zoukankan      html  css  js  c++  java
  • 区别

    区别

    第一次来博客园写东西,初衷是记录自己在工作中的成长。今天先试试与数学有关的编辑方法。

    经过一天的折腾,新手发现,可以把Cmd Markdown 公式指导手册编辑好的公式代码复制到在线LaTex公式编辑器,可以即时看到公式效果;然后把公式代码复制粘贴到博客里即可。可以多练习,达到灵活改编运用。练习的方向:把平时常用的编辑好,以练带动积累。

    公式编辑:

    例1【2019年全国1卷理科22】(f(x)=4+int_0^2f(x){ m d}x)

    (sideset{^1_2}{^3_4}igotimes)

    (x^{y^z}=(1+{ m e}^x)^{-2xy^w})

    (int_{a}^{b}f(x)dx=)

    (f(x,y,z)=3y^2zleft(3+frac{7x+5}{1+y^2} ight))

    (f(x,y,z)=3y^2zleft.(3+frac{7x+5}{1+y^2} ight.))

    (left.frac{{ m d}u}{{ m d}x} ight|_{x=0})

    输入分数(frac{a-1}{b-1}quad and quad{a+1over b+1})

    输入开方(sqrt{2}quad and quadsqrt[n]{3})

    输入省略号(f(x_1,x_2,underbrace{ldots}_{ m ldots},x_n)=x_1^2+x_2^2+underbrace{cdots}_{ m cdots}+x_n^2)

    (f(x_1,x_2,ldots,x_n))

    (ldots)

    (cdots)

    (f(x_1,x_2,underbrace{ldots}_{ m ldots} ,x_n) = x_1^2 + x_2^2 + underbrace{cdots}_{ m cdots} + x_n^2)
    矢量$ vec{a} cdot vec{b}=o$

    (overleftarrow{xy} quad and quad overleftrightarrow{xy} quad and quad overrightarrow{xy})
    输入积分(int_0^1{x^2}\,{ m d}x) (int_0^1{x^2}dx)

    极限运算(lim_{n o +infty} frac{1}{n(n+1)}) (lim_{x leftarrow{示例}} frac{1}{n(n+1)})
    累加(sum_{i=1}^n frac{1}{i^2}) 累乘(prod_{i=1}^n frac{1}{i^2})
    并集(igcup_{i=1}^2 R) 交集(igcap_{i=1}^2 R)
    (int_0^1 {x^2} \,{ m d}x)

    [sum_{i=1}^n frac{1}{i^2} quad and quad prod_{i=1}^n frac{1}{i^2} quad and quad igcup_{i=1}^{2} R ]

    分段函数

  • 相关阅读:
    设备驱动开发之缓冲区读写操作
    什么是80Plus
    INF Manufacturer Section
    C++编程获得某台机器的IP地址
    INF DestinationDirs Section
    importlib模块
    django的内置信号
    auth模块(登录验证)
    头像文件的预览
    powerDesiger 常用设置
  • 原文地址:https://www.cnblogs.com/zhanqi0391/p/12535248.html
Copyright © 2011-2022 走看看