Page 1 of 1

Quadratic Formula MathML example

Posted: Wed, 07 2005 Sep 18:07:56
by NeoThermic
View in XHTML

[mathml] <mrow> <mi>x</mi> <mo>=</mo> <mfrac> <mrow> <mrow> <mo>-</mo> <mi>b</mi> </mrow> <mo>±</mo> <msqrt> <mrow> <msup> <mi>b</mi> <mn>2</mn> </msup> <mo>-</mo> <mrow> <mn>4</mn> <mo>⁢</mo> <mi>a</mi> <mo>⁢</mo> <mi>c</mi> </mrow> </mrow> </msqrt> </mrow> <mrow> <mn>2</mn> <mo>⁢</mo> <mi>a</mi> </mrow> </mfrac> </mrow>[/mathml]

How it should be renderd:
Image

Status: Pass

NeoThermic

gast

Posted: Sun, 15 2006 Jan 13:24:27
by gast
x = - b &PlusMinus; b 2 - 4 &InvisibleTimes; a &InvisibleTimes; c 2 &InvisibleTimes; a

Posted: Sun, 22 2006 Jan 11:43:17
by Guest
<math>\lim_{x\to\,a}f(x)=L</math>

Re: Quadratic Formula MathML example

Posted: Sun, 22 2006 Jan 11:44:38
by Guest
NeoThermic wrote:View in XHTML

[mathml] \lim_{x\to\,a}f(x)=L[/mathml]

How it should be renderd:
Image

Status: Pass

NeoThermic

Re: Quadratic Formula MathML example

Posted: Sun, 22 2006 Jan 11:45:45
by Guest
Anonymous wrote:
NeoThermic wrote:View in XHTML

[mathml] lim_{x\to\,a}f(x)=L[/mathml]

How it should be renderd:
Image

Status: Pass

NeoThermic

Posted: Sun, 22 2006 Jan 12:24:55
by NeoThermic
Anonymous wrote:<math>\lim_{x\to\,a}f(x)=L</math>


First, to envoke MathML, you must start [mathml], not <math> :)

Secondly, that appears to be LaTeX or similar, which the modification does not yet support. However, if you have any links on a LaTeX to MathML converting code, I would be more than happy to add it into my modification.

NeoThermic

Re: Quadratic Formula MathML example

Posted: Sat, 01 2006 Apr 17:25:47
by fenix
[mathml] x= y / 2^x [/mathml]

teste

Posted: Sun, 17 2006 Sep 17:52:51
by Wanda Maximoff
[mathtml]\lim_{x\to\,a}f(x)=L[/mathtml]