Difference between revisions of "Manuals/calci/MATRIXNEGATE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''MATRIXNEGATE (a)'''</div><br/> *<math>a</math> is any matrix. ==Description== *This function shows negative value of the given matrix. *In <mat...")
 
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
 
| 0 || 83
 
| 0 || 83
 
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=pkU2Sdhng1w|280|center|Negative Matrix}}
  
 
==See Also==
 
==See Also==

Latest revision as of 14:55, 15 April 2019

MATRIXNEGATE (a)


  • is any matrix.

Description

  • This function shows negative value of the given matrix.
  • In , is any matrix of any order.
  • The negation of a matrix is formed by negating each element of the matrix.
  • Consider a matrix A,then -A=(-1)A.
  • Suppose the entries are positive, then this will turns as a negative.If the entries are negative,then this will turns as a positive.
  • Also any number is zero, this will show 0 only.
  • Using the negative matrix we will get A+(-A)=0 which is zero matrix.

Examples

1. MATRIXNEGATE([4,7.2,6;9,-8,12])

-4 -7.2 -6
-9 8 -12

2. MATRIXNEGATE([[1.2,-25],[0,-83]])

-1.2 25
0 83

Related Videos

Negative Matrix

See Also

References