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 Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.