多行的数学公式
可以表示为: \begin{eqnarray*} \cos 2\theta & = & \cos^2 \theta - \sin^2 \theta \\ & = & 2 \cos^2 \theta - 1. \end{eqnarray*}
其中&是对其点,表示在此对齐。
*使latex不自动显示序号,如果想让latex自动标上序号,则把*去掉
矩阵 表示为: The \emph{characteristic polynomial} $\chi(\lambda)$ of the $3 \times 3$~matrix \[ \left( \begin{array}{ccc} a & b & c \\ d & e & f \\ g & h & i \end{array} \right)\] is given by the formula \[ \chi(\lambda) = \left| \begin{array}{ccc} \lambda - a & -b & -c \\ -d & \lambda - e & -f \\ -g & -h & \lambda - i \end{array} \right|.\] c表示向中对齐,l表示向左对齐,r表示向右对齐。 括号和分隔符 ()和[ ]和|对应于自己;{}对应于\{ \}; ||对应于\|。 当要显示大号的括号或分隔符时,要对应用\left和\right,如: \[ f(x,y,z) = 3y^2 z \left( 3 + \frac{7x+5}{1 + y^2} \right).\]对应于\left.
和\right.
只用与匹配,本身是不显示的,比如,要输出:] 则用 \[ \left. \frac{du}{dx} \right_{x=0}. \]
希腊字母
没有评论:
发表评论