Difference between revisions of "Dimension Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>{{betamanual|version=4.2}}
 
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>{{betamanual|version=4.2}}
 +
{{command|vector-matrix}}
 
;Dimension[ <Vector> ]
 
;Dimension[ <Vector> ]
 
:Returns the dimension of the vector.
 
:Returns the dimension of the vector.

Revision as of 07:35, 9 July 2012


Dimension[ <Vector> ]
Returns the dimension of the vector.
Example:
Dimension[{1, 2, 0, -4, 3}] yields 5.
Dimension[ <Matrix> ]
Returns the dimension of the matrix.
Example:
Dimension[{{a, b}, {c, d}, {e, f}}] yields {3, 2}.
© 2024 International GeoGebra Institute