Changes

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..."
<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 <math>MATRIXNEGATE(a)</math>, <math>a</math> 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])
{| class="wikitable"
|-
| -4 || -7.2 || -6
|-
| -9 || 8 || -12
|}
2. MATRIXNEGATE([[1.2,-25],[0,-83]])
{| class="wikitable"
|-
| -1.2 || 25
|-
| 0 || 83
|}

==See Also==
*[[Manuals/calci/NEGATE| NEGATE]]
*[[Manuals/calci/NEGATIVE| NEGATIVE]]
*[[Manuals/calci/ENFORCENEGATIVE| ENFORCENEGATIVE]]

==References==
*[https://chortle.ccsu.edu/VectorLessons/vmch13/vmch13_12.html Negative Matrix]

*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]
writer
6,694

edits

Navigation menu