Many of the examples shown here were adapted from the Wikipedia article Displaying a formula, which is actually about formulas in Math Markup.
.
\begin{array}{lcl} z & = & a \\ f(x,y,z) & = & x + y + z \end{array}

\begin{array}{rcr} z & = & a \\ f(x,y,z) & = & x + y + z \end{array}

\begin{array}{rcl} f: R^3 & \to & R \\ (x,y,z) & \to & x + y + z \\ f(x,y,z) & = & x + y + z \end{array}

\begin{array} {lcl} f(x) & = & (a+b)^2 \\ & = & a^2+2ab+b^2 \end{array}

.
f(n) = \begin{cases} n/2, & \mbox{if } n\mbox{ is even} \\ 3n+1, & \mbox{if } n\mbox{ is odd} \end{cases}

.
\begin{cases} 3x + 5y + z \\ 7x – 2y + 4z \\ -6x + 3y + 2z \end{cases}

.
\left| \begin{array}{cc} x_{11} & x_{12} \\ x_{21} & x_{22} \end{array} \right|

Matrix frames are provided by \left and \right. If you suppress these statements, it will be displayed like:
\begin{array}{cc} A & B \\ C & D \end{array}

However, there is another statement, the matrix declaration, slightly easier to use:
\begin{matrix} x & y \\ z & v \end{matrix}

The frames of the matrix can be displayed in several forms, by just changing the matrix declaration to vmatrix, Vmatrix, bmatrix, Bmatrix or pmatrix, as shown ahead:
\begin{vmatrix} x & y \\ z & v \end{vmatrix}

\begin{Vmatrix} x & y \\ z & v \end{Vmatrix}

\begin{bmatrix} x & y \\ z & v \end{bmatrix}

\begin{Bmatrix} x & y \\ z & v \end{Bmatrix}

\begin{pmatrix} x & y \\ z & v \end{pmatrix}

As a final example, let us construct more complicated matrices and matricial expressions:
\begin{bmatrix} 0 & \cdots & 0 \\ \vdots & \ddots & \vdots \\ 0 & \cdots & 0 \end{bmatrix}

Now, we will show a first matricial expression:
\left[ \begin{array}{c} x_1 \\ x_2 \end{array} \right] = \begin{bmatrix} A & B \\ C & D \end{bmatrix} \times \left[ \begin{array}{c} y_1 \\ y_2 \end{array} \right]
![\left[ \begin{array}{c} x_1  \\ x_2 \end{array}  \right]    = \begin{bmatrix} A & B \\ C & D \end{bmatrix} \times \left[ \begin{array}{c} y_1  \\ y_2 \end{array}  \right]  \left[ \begin{array}{c} x_1  \\ x_2 \end{array}  \right]    = \begin{bmatrix} A & B \\ C & D \end{bmatrix} \times \left[ \begin{array}{c} y_1  \\ y_2 \end{array}  \right]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_tEx1BMnUy2KWL8EC8oQZH1uLPt-QCRBiHxQxC0iRhY2KyMj3NkWgUX3nm6Kp56MmH_h9-NTt1-s0xDdlkOD2A0pb8VFTzo7zqGzMHTwaouTkTlihUgV3jONlNmJCkvvl8HCyHgZQdw-LUNByDd334tOE97_WnHtaUyoxU3XabYR_dwNeKWkspnF-XD6-9yi6KI29-w7px1D1AKrPL83alxzkDIGaXSWM3uqvtUaIqoLi-5gpT869sZmkuxD8SPtPcueRpMOJyk7sgig_l4SuOl8AjbV8x4_ex2Be_b2dwQONT7dqnxvIkp90yuTHe8KqNJg6ruPAtZBhbk0Haj_yQE7wYx2XL4ZxNaniBFoURtQto3WsnFkTztI9Z8gQbrV2sXVgWuFZWWBaRjgpNPp15kho9er-FUd4MIR6_NbSCl4SnEKp-d-pRqxv5f-e-oeVDfoogehphc3A=s0-d)
and, here is another example, now using two kinds of vectors:
\begin{bmatrix} xz & xw \\ yz & yw \end{bmatrix} = \left[ \begin{array}{c} x \\ y \end{array} \right] \times \left[ \begin{array}{cc} z & w \end{array} \right]
![\begin{bmatrix} xz & xw \\ yz & yw \end{bmatrix} = \left[ \begin{array}{c} x \\ y \end{array} \right] \times \left[ \begin{array}{cc} z & w \end{array} \right]  \begin{bmatrix} xz & xw \\ yz & yw \end{bmatrix} = \left[ \begin{array}{c} x \\ y \end{array} \right] \times \left[ \begin{array}{cc} z & w \end{array} \right]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vsJBEESnlY5qBJQrpqFVFI1JrMIwHyzZO0GJAFcljfAhRbFZh6hNk2J4E1Y3K6nKu2BrCn2ugf7SmIQfStFFzPSKu3YM1sS0qjkirrRErc2KDddRUURq0bdbsgHKznj6HH9OTVAjAIZpB9HG_FvmStaxlZvPI0LzW1tSoeIRj79BS-6U5BEvNR8ohG26zeLwjDhrZmrVa0PIolyM-oWdQbt17X0UP_jqqChWTPmUfuVtwFoq10l6hy2WA4t77cIqgqVhfYED3nVxHY78kcg03ENY8VA8sCEICYmMSpREKQc50TCArcENGWBCfatYrbZSZaFAZ8fmE0aXEzDGbv84diKpkOJZEFlhLiFtTVxia_9p-JJT86rhNV7dNeQYovpnEacEOFD2sLohXL-GE0XNf6DXV-QWOnQxRmErQ28LPcrOBZ-TUOiLHvIGAb=s0-d)
.
Multiline Equations
You can present equations with several lines, using the array statement. Inside its declaration you must :- Define the number of columns
 - Define column alignment
 - Define column indentation
 - Indicate column separator with & symbol &
 
\begin{array}{lcl} z & = & a \\ f(x,y,z) & = & x + y + z \end{array}
\begin{array}{rcr} z & = & a \\ f(x,y,z) & = & x + y + z \end{array}
\begin{array}{rcl} f: R^3 & \to & R \\ (x,y,z) & \to & x + y + z \\ f(x,y,z) & = & x + y + z \end{array}
\begin{array} {lcl} f(x) & = & (a+b)^2 \\ & = & a^2+2ab+b^2 \end{array}
.
Case definitions
Used when a definition have two or more cases. Use the case statement. Notice that the spaces after the instances of if were included inside the mbox declarations.f(n) = \begin{cases} n/2, & \mbox{if } n\mbox{ is even} \\ 3n+1, & \mbox{if } n\mbox{ is odd} \end{cases}
.
Simultaneous Equations
Here we have a very simple application of the case statement.\begin{cases} 3x + 5y + z \\ 7x – 2y + 4z \\ -6x + 3y + 2z \end{cases}
.
Matrices
Matrices can be assembled by using the array statement, like in this example:\left| \begin{array}{cc} x_{11} & x_{12} \\ x_{21} & x_{22} \end{array} \right|
Matrix frames are provided by \left and \right. If you suppress these statements, it will be displayed like:
\begin{array}{cc} A & B \\ C & D \end{array}
However, there is another statement, the matrix declaration, slightly easier to use:
\begin{matrix} x & y \\ z & v \end{matrix}
The frames of the matrix can be displayed in several forms, by just changing the matrix declaration to vmatrix, Vmatrix, bmatrix, Bmatrix or pmatrix, as shown ahead:
\begin{vmatrix} x & y \\ z & v \end{vmatrix}
\begin{Vmatrix} x & y \\ z & v \end{Vmatrix}
\begin{bmatrix} x & y \\ z & v \end{bmatrix}
\begin{Bmatrix} x & y \\ z & v \end{Bmatrix}
\begin{pmatrix} x & y \\ z & v \end{pmatrix}
As a final example, let us construct more complicated matrices and matricial expressions:
\begin{bmatrix} 0 & \cdots & 0 \\ \vdots & \ddots & \vdots \\ 0 & \cdots & 0 \end{bmatrix}
Now, we will show a first matricial expression:
\left[ \begin{array}{c} x_1 \\ x_2 \end{array} \right] = \begin{bmatrix} A & B \\ C & D \end{bmatrix} \times \left[ \begin{array}{c} y_1 \\ y_2 \end{array} \right]
and, here is another example, now using two kinds of vectors:
\begin{bmatrix} xz & xw \\ yz & yw \end{bmatrix} = \left[ \begin{array}{c} x \\ y \end{array} \right] \times \left[ \begin{array}{cc} z & w \end{array} \right]
No comments:
Post a Comment
Thank you