Dimension Command

From GeoGebra Manual
Revision as of 17:33, 29 September 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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