056254628 发表于 2009-9-5 20:38:18

$\lim_{k→∞}f(k)$
$sqrt(a+-sqrtb)=sqrt{(a+sqrt(a^2-b))/2}+-sqrt{(a-sqrt(a^2-b))/2}$

请注意:TeX 数学公式中不要夹杂中文及全角字符(包括常见的π≤≥→∞等),而应用规范的 TeX 语法。
--gxqcn

056254628 发表于 2009-9-6 14:37:15

$N\in(10^k,10^(k+1)]$

zero0087 发表于 2009-9-24 21:28:30

测试,$\sqrt{123}+\sqrt{2}$

zero0087 发表于 2009-9-24 21:31:25

$\sqrt{123}+\sqrt{2}$

zero0087 发表于 2009-9-24 21:31:54

\sqrt{123}+\sqrt{2}

gxqcn 发表于 2009-9-25 07:37:16

奇怪,楼上的 TeX 标签解析时居然没有自动替换成 \$ 符?!

我来测试一下(估计楼上想表达的是“5次根号下123”,所以有所修正):
\root{5}{123}+\sqrt{2}

是好的呀!

zero0087 发表于 2009-9-25 08:16:48

\root{5}{123}+\sqrt{5}

wayne 发表于 2009-9-25 10:54:31

136# gxqcn


#135楼的TeX应该是从Mathematica那边复制过来的
:P

gxqcn 发表于 2009-9-25 11:15:26

原来如此!
感觉是 Mathematica 不规范,开高次方怎么不用 root 却仍用 sqrt 关键字?

wayne 发表于 2009-9-25 12:02:06

本帖最后由 wayne 于 2009-9-25 12:12 编辑

呵呵Mathematica语言可是出了名的规范和优美。
这个就一言难尽了,不过我试试。

Mathematica软件分两大部分,负责与用户交互,文稿展示的Front End 和计算引擎 Kernel 。
我们要讨论的Mathematica的FrontEnd,又俗称notebook。用户在notebook输入数学公式$\root{5}{123}+\sqrt{5}$,显示的二维格式的公式,如果直接复制,默认会是Mathematica代码,这里即是Power + Sqrt用户也可以复制成其他格式,下面是右键Copy As的内容
Plain Text        plain text with no style information
Input Text        Mathematica input
LaTeX        L AT EX
MathML        MathML
Cell Expression        Mathematica Cell expression
Notebook Expression        Mathematica Notebook expression
我想问题出在把Mathematica语言Power + Sqrt转换成LaTeX语言\root{5}{123}+\sqrt{5}上。
页: 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22
查看完整版本: 测试:论坛中直接编辑数学公式