我也来试一试
http://latex.codecogs.com/gif.latex?%5Cfrac%7B%5Cpartial%20%7D%7B%5Cpartial%20x%7D%5Cleft%28%5Csqrt%5B3%5D%7Bx%7D%20%5Cright%29
成功了:victory:
本帖最后由 eigen 于 2009-10-13 12:09 编辑
http://latex.codecogs.com/gif.latex?x%5E%7B2%7D+y%5E%7B2%7D%3Dz%5E2
\begin{cases} - 3x_{1} - x_{2} - 4x_{3} = 1 \\ 2x_{1} - 5x_{3} = 0 \\ x_{2} = 2 \end{cases}
http://latex.codecogs.com/gif.latex?\begin{cases} - 3x_{1} - x_{2} - 4x_{3} = 1 \\ 2x_{1} - 5x_{3} = 0 \\ x_{2} = 2 \end{cases}
A=\begin{pmatrix} -3 & -1 & -4\\ 2 & 0 & -5\\ 0 & 1 & 0\\ \end{pmatrix}
http://latex.codecogs.com/gif.latex?A=\begin{pmatrix} -3 & -1 & -4\\ 2 & 0 & -5\\ 0 & 1 & 0\\ \end{pmatrix}
测试成功!
注意,在输入矩阵时,LaTeX是把多个空格当成一个空格,但如果在MadioLaTex 中输入多个空格会有错误。代码和图片如下:
A=\begin{pmatrix} -3 & -1 & -4\\ 2 & 0 & -5\\ 0 & 1 & 0\\ \end{pmatrix}
http://latex.codecogs.com/gif.latex?A=\begin{pmatrix} -3 & -1 & -4\\ 2 & 0 & -5\\ 0 & 1 & 0\\ \end{pmatrix}
本帖最后由 eigen 于 2009-10-13 12:48 编辑
另外,可以用直接方式来生成显示公式,如:
本帖最后由 charlesgao 于 2009-10-13 20:47 编辑
e^{i \pi}=-1
http://latex.codecogs.com/gif.latex?%5Cinline%20e%5E%7Bi%5Cpi%7D%20%3D%20-1
$$\sum_{i=1}^{n}i^2=0$$if$\sum_{i=0}^{n}=0$then
$$\sum_{i=1}^{n}i^2=0$$if$\sum_{i=0}^{n}=0$then
\int_{0}^{1}{x^2}dx=\frac{1}{3}