Changes

1,163 bytes added ,  19:15, 27 September 2018
Created page with "<div style="font-size:30px">'''SIZE (Matrix,Dimension)'''</div><br/> *<math>Matrix</math> is the set of values. *<math>Dimension</math> is size of the matrix. ==Description=..."
<div style="font-size:30px">'''SIZE (Matrix,Dimension)'''</div><br/>

*<math>Matrix</math> is the set of values.
*<math>Dimension</math> is size of the matrix.

==Description==
*This function gives the size of the given matrix.
*In <math>SIZE (Matrix,Dimension)</math>,<math>Matrix</math> can be any set of values.
*The number of rows and columns of a matrix, written in the form rowsĂ—columns.
*The given set of matrix value can be square matrix or rectangular matrix.
*Square matrix means the number of rows is equal to the number of columns.
*Rectangular matrix means the number of rows is not equal to number of columns.
*So the first value is indicating for row size and the second value is indicating for column size.

==Examples==
#SIZE([[1,9,5],[3,2,-4],[2,0,-12]]) = 3 3
#SIZE([[6,9,4,7,3],[5,9,11,34,78],[2,0,-2,8,9],[6,5,3,2,9]]) = 4 5
#SIZE([[1,7,9,34,23,65,12],[0,-5,6/7,4.5,7,8,7]]) = 2 7

==See Also==
*[[Manuals/calci/MROWDUPLICATE | MROWDUPLICATE ]]
*[[Manuals/calci/DUPLICATE | DUPLICATE ]]

==References==
*[https://en.wikipedia.org/wiki/Matrix_(mathematics) Size]


*[[Z_API_Functions | List of Main Z Functions]]

*[[ Z3 | Z3 home ]]
writer
6,694

edits