Difference between revisions of "Dimension Command"

From GeoGebra Manual
Jump to: navigation, search
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
{{command|vector-matrix}}
 
{{command|vector-matrix}}
 
;Dimension[ <Object> ]
 
;Dimension[ <Object> ]

Revision as of 08:40, 23 July 2015


Dimension[ <Object> ]
Gives the dimension of a vector or a Matrix.
Example:
Dimension[{1, 2, 0, -4, 3}] yields 5.
Example:
Dimension[{{1, 2}, {3, 4}, {5, 6}}] yields {3, 2}.

CAS Syntax

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