Changes

Jump to navigation Jump to search
1,035 bytes added ,  19:00, 29 August 2017
Created page with "<div style="font-size:30px">'''DIM ()'''</div><br/> ==Description== *This function shows the matrix dimension values in row and column ways. *In <math>DIM()</math>, the para..."
<div style="font-size:30px">'''DIM ()'''</div><br/>


==Description==
*This function shows the matrix dimension values in row and column ways.
*In <math>DIM()</math>, the parameters are any set of values.
*The parameter values are any real values.
*The given parameter values are showing in a row and column wise values.
*So first set of values are assigning in a first row,second set of values are assigning in a second row and so on.

==Examples==
1. DIM([[1,2],[3,4],[8,9],[10,11]])
{| class="wikitable"
|-
| 1 || 2
|-
| 3 || 4
|-
| 8 || 9
|-
| 10 || 11
|}

2.DIM([[10,6,-8,3,2],[3,7,2,9,-11],[2,7,4,-26.3]])
{| class="wikitable"
|-
| 10 || 6 || -8 || 3 || 2
|-
| 3 || 7 || 2 || 9 || -11
|-
| 2 || 7 || 4 || -26.3 ||
|}


==See Also==
*[[Manuals/calci/DIAGONALMATRIX| DIAGONALMATRIX]]
*[[Manuals/calci/IM| IM]]
*[[Manuals/calci/MATRIXOPERATORS| MATRIXOPERATORS]]

==References==
*[http://www.math.drexel.edu/~jwd25/LA_FALL_06/lectures/lecture4B.html Dimension]

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

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

edits

Navigation menu