Dimension Command

From GeoGebra Manual
Revision as of 16:10, 1 January 2013 by Bot (talk | contribs) (Bot: Automated text replacement (-{{betamanual|version=4.2}} + ))
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