Vector and matrix element access

From iMath
Revision as of 19:08, 6 July 2017 by Jrheinlaender (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, 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.