Dimension Command

From GeoGebra Manual
Revision as of 10:23, 19 September 2012 by Alexander Hartl (talk | contribs)
Jump to: navigation, search


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

CAS Syntax

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