Using TeX Notation 4

Z MoodleDocs
Wersja z dnia 23:41, 7 sie 2010 autorstwa Colin Fraser (dyskusja | edycje) (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...)
(różn.) ← poprzednia wersja | przejdź do aktualnej wersji (różn.) | następna wersja → (różn.)
Skocz do:nawigacja, szukaj

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.