topical media & game development
#try-ml.htm / htm
<script src=sample-js-mathml.js></script>
<script src=sample-js-asciisvg.js></script>
<slide id=mathml-1>
<script src=sample-js-mathml.js></script>
<script src=sample-js-asciisvg.js></script>
<table border-1>
<tr>
<td>
<div>
<embed src=d.svg width=400 height=400 script='
setBorder(0)
initPicture(-5,5)
axes(2, 1, "labels", 1)
stroke = "black"
plot("2 x^2 -7x + 3")
text([-2.5,-2.5], "svg/ml example")
'>
</div>
<div>
amath plot("2 x^2 -7x + 3")
</div>
<td>
<div>
<embed src=d.svg width=400 height=400 script='
setBorder(0)
initPicture(-5,5)
axes(2, 1, "labels", 1)
stroke = "black"
plot("2 x * sin(x)^3 ")
text([-2.5,-2.5], "svg/ml example")
'>
</div>
<div>
amath
plot("2 x * sin(x)^3 ")
</div>
</tr>
</table>
<navigate/>
</slide>
<slide id=mathml-2>
<script src=sample-js-mathml.js></script>
<script src=sample-js-asciisvg.js></script>
<table border-1>
<tr>
<td>
<div>
<embed src=d.svg width=400 height=400 script='
setBorder(0)
initPicture(-5,5)
axes(2, 1, "labels", 1)
stroke = "black"
plot("sin(x) + sin(x)^2 + sin(x)^3 + sin(x)^4 ")
text([-2.5,-2.5], "svg/ml example")
'>
</div>
<div>
amath
plot("sin(x) + sin(x)^2 + sin(x)^3 + sin(x)^4 ")
</div>
<td>
<div>
<embed src=d.svg width=400 height=400 script='
setBorder(0)
initPicture(-5,5)
axes(2, 1, "labels", 1)
stroke = "black"
plot("x * sin(x) + x^2 * sin(x)^2 + x^3 * sin(x)^3 + x^4 * sin(x)^4 ")
text([-2.5,-2.5], "svg/ml example")
'>
</div>
<div>
amath
plot("x * sin(x) + x^2 * sin(x)^2 + x^3 * sin(x)^3 + x^4 * sin(x)^4 ")
</div>
</tr>
</table>
<navigate/>
</slide>
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.