Using TeX Notation 4: Skillnad mellan sidversioner

Från MoodleDocs
Hoppa till:navigering, sök
Colin Fraser (diskussion | bidrag)
Merged into main page
 
(26 mellanliggande sidversioner av 2 användare visas inte)
Rad 1: Rad 1:
=Matrices=
#REDIRECT [[Using_TeX_Notation]]
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==
A matrix can be written and displayed like [[Image: matrices03.gif|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.
 
You can also create a grid for the matrix.
 
{| class="nicetable"
|-
|A dashed line
|A solid line
|A mixed line
|-
|[[Image: matrices04.gif]]
|[[Image: matrices05.gif]]
|[[Image: matrices06.gif]]
|-
|$$ M = \left[\begin{array}{c.c.c} a&b&1 \ \hdash c&d&2 \ \hdash e&f&3\end{array}\right] $$
|$$ M = \left[\begin{array}{c|c|c} a&b&1 \ \hline c&d&2 \ \hline e&f&3\end{array}\right] $$
|$$ M = \left[\begin{array}{c.c|c} a&b&1 \ \hline c&d&2 \ \hdash e&f&3\end{array}\right] $$
|}
 
The command sequences here are the {c|c.c} and \hdash and \hline. The pipe, |, and the full stop determine the line type for the vertical line.
 
Matrices also respond to other TeX Notation commands such as size and colour.

Nuvarande version från 18 maj 2014 kl. 05.21

Omdirigering till: