| Author |
Message |
wzhao science forum beginner
Joined: 15 Jul 2005
Posts: 2
|
Posted: Fri Jul 15, 2005 3:22 am Post subject:
how to set initial values for ordinary differential equations in MathML?
|
|
|
|
anyone show me an sample to illustrate the MathML expression or the related makeup? thanks! |
|
| Back to top |
|
 |
wzhao science forum beginner
Joined: 15 Jul 2005
Posts: 2
|
Posted: Fri Jul 15, 2005 3:43 am Post subject:
Re: how to set initial values for ordinary differential equations in MathML?
|
|
|
|
especially the content makeup. |
|
| Back to top |
|
 |
Robert B. Israel science forum Guru
Joined: 24 Mar 2005
Posts: 2151
|
Posted: Sun Jul 17, 2005 4:47 am Post subject:
Re: how to set initial values for ordinary differential equations in MathML?
|
|
|
In article <19438632.1121397789336.JavaMail.jakarta@nitrogen.mathforum.org>,
wzhao <wzhao@hotmail.com> wrote:
|>anyone show me an sample to illustrate the MathML expression or the
|>related makeup? thanks!
In Maple 10:
| Quote: | MathML[Export](y(0)=1);
|
"<math xmlns='http://www.w3.org/1998/Math/MathML'><semantics><mrow
xref='id5'><mrow xref='id3'><mi
xref='id1'>y</mi><mo>⁡</mo><mfenced><mn
xref='id2'>0</mn></mfenced></mrow><mo>=</mo><mn
xref='id4'>1</mn></mrow><annotation-xml encoding='MathML-Content'><apply
id='id5'><eq/><apply id='id3'><ci id='id1'>y</ci><cn id='id2'
type='integer'>0</cn></apply><cn id='id4'
type='integer'>1</cn></apply></annotation-xml><annotation
encoding='Maple'>y(0) = 1</annotation></semantics></math>"
Robert Israel israel@math.ubc.ca
Department of Mathematics http://www.math.ubc.ca/~israel
University of British Columbia Vancouver, BC, Canada |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|