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...")
 
 
(2 intermediate revisions by the same user not shown)
Line 32: Line 32:
 
|}
 
|}
  
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=ilFJYjfKYjk|280|center|Dimension}}
  
 
==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]]

Latest revision as of 14:59, 21 March 2019

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


Related Videos

Dimension

See Also

References