美文网首页
【Math】(一)Latex的简单使用

【Math】(一)Latex的简单使用

作者: hitsunbo | 来源:发表于2017-02-16 20:27 被阅读75次

    几个例子

    ![P(x|c)=\frac{P(c|x)\cdot P(x)}{P(x)}](http://latex.codecogs.com/gif.latex?P(x|c)=\frac{P(c|x)\cdot P(x)}{P(x)})
    ![\sum\limits_{i=1}^{n} x_{i}=\int_{0}^{1}f(x), {\rm d}x](http://latex.codecogs.com/gif.latex?\sum\limits_{i=1}^{n} x_{i}=\int_{0}^{1}f(x), {\rm d}x)
    ![\chi(\lambda) = \left| \begin{array}{ccc}
    \lambda - a & -b & -c \
    -d & \lambda - e & -f \
    -g & -h & \lambda - i \end{array} \right|.](http://latex.codecogs.com/gif.latex?\chi(\lambda) = \left| \begin{array}{ccc}
    \lambda - a & -b & -c \
    -d & \lambda - e & -f \
    -g & -h & \lambda - i \end{array} \right|. )

    在简书中插入公式

    在简书等markdown文本中插Latex公式的方法有很多种,比较简单的是使用在线公式编辑器

    在线公式编辑器

    在markdown中输入插入如下内容,就可以显示为所需要的代码了
    ![](http://latex.codecogs.com/gif.latex?P(x|c)=\frac{P(c|x)\cdot P(x)}{P(x)})

    相关文章

      网友评论

          本文标题:【Math】(一)Latex的简单使用

          本文链接:https://www.haomeiwen.com/subject/fcihwttx.html