Difference between revisions of "Manuals/calci/DIM"

From ZCubes Wiki
Jump to navigation Jump to search
(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...")
 
Line 34: Line 34:
  
 
==See Also==
 
==See Also==
*[[Manuals/calci/DIAGONALMATRIX| DIAGONALMATRIX]]
+
*[[Manuals/calci/DIMENSIONS| DIMENSIONS]]
 
*[[Manuals/calci/IM| IM]]
 
*[[Manuals/calci/IM| IM]]
 
*[[Manuals/calci/MATRIXOPERATORS| MATRIXOPERATORS]]
 
*[[Manuals/calci/MATRIXOPERATORS| MATRIXOPERATORS]]

Revision as of 14:18, 29 August 2017

DIM ()



Description

  • This function shows the matrix dimension values in row and column ways.
  • In , 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]])

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]])

10 6 -8 3 2
3 7 2 9 -11
2 7 4 -26.3


See Also

References