Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Using TeX Notation 4.

Using TeX Notation 4

From MoodleDocs
Revision as of 23:41, 7 August 2010 by Colin Fraser (talk | contribs) (New page: =Matrices= A Matrix is a rectangular array of numbers arranged in rows and columns which can be used to organize numeric information. Matrices can be used to predict trends and outcomes in...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Matrices

A Matrix is a rectangular array of numbers arranged in rows and columns which can be used to organize numeric information. Matrices can be used to predict trends and outcomes in real situations - i.e. polling.


A matrix can be written like:

 M = \left[\begin{array} a&b&1 \ c&d&2 \ e&f&3\end{array}\right]

And it displays like A matrix

In this case the matrix is constructed using the brackets before creating the array:

 $$ M = \left[\begin{array} a&b&1 \ c&d&2 \ e&f&3\end{array}\right] $$

The internal structure of the array is generated by the &, ampersand, and the double backslash.