Difference between revisions of "Manuals/calci/MATRIXNEGATE"
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
==Related Videos== | ==Related Videos== | ||
− | {{#ev:youtube|v=pkU2Sdhng1w|280|center| | + | {{#ev:youtube|v=pkU2Sdhng1w|280|center|Negative Matrix}} |
==See Also== | ==See Also== |
Latest revision as of 13: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 |