Vector and matrix element access

From iMath
Revision as of 18:46, 6 July 2017 by Jrheinlaender (talk | contribs) (Created page with "Elements of vectors and matrices can be accessed in two ways: With the mindex function and with angular brackets <code>[ ]</code>. * <code>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Elements of vectors and matrices can be accessed in two ways: With the mindex function and with angular brackets [ ].

  • [ expression ] accesses an element of a vector.
  • [ expression , expression ] accesses an element of a matrix. Either of the expressions can be replaced by an asterisk *, then the whole row or column will be returned as a vector.