MINSE: [index]
design - syntax - usage - notations - styles - contexts - [why?] - demo
LaTEX - WebEQ

MINSE vs. WebEQ

On the other hand, with MINSE, neither you nor your reader has to have any special software in particular. Right now MINSE can render equations to both GIF images and text -- you get two versions of the same document with no extra effort on your part! Even without a polymediator, MINSE expressions are simple enough that you can read them and figure out what they mean when they appear in an unmediated browser.

Here's an example of what you have to provide WebEQ. This is the equation on the WebEQ home page at http://www.geom.umn.edu/software/WebEQ/:

<APPLET CODEBASE=bin CODE=WebEQ.class HEIGHT=90 WIDTH=285>
<PARAM NAME=SIZE VALUE=36>
<PARAM NAME=LINE1 VALUE="&thinsp;f(&zeta;)=<BOX><BOX SIZE=SMALLER>1</BOX><OVER>">
<PARAM NAME=LINE2 VALUE="<BOX SIZE=SMALLER>2&pi;i</BOX></BOX>">
<PARAM NAME=LINE3 VALUE="&int;<SUB ALIGN=CENTER>&gamma;</SUB>">
<PARAM NAME=LINE4 VALUE="<BOX>f(z)<OVER>z-&zeta;</BOX>&thinsp;dz">
</APPLET>
This is how you would write the same thing for the MINSE mathematics context:
<se> f(?zeta?) = 1/(2*'pi*'i) * 'integ(f(z)/(z-?zeta?),z,?gamma?,) </se>

It gets more unfortunate when you want to include just a small equation fragment many times in a section of text. To produce a single Greek capital omega, we find the following on a page about graduate courses at Washington University:

<APPLET CODEBASE=../../bin CODE=WebEQ.class
HEIGHT=25 WIDTH=20 ALIGN=top> <PARAM NAME=size VALUE=18> <PARAM NAME=color
VALUE=0xffffff> <PARAM NAME=line1 VALUE="&Omega;"></APPLET>
With MINSE this would simply be
<se> ?Omega? </se>
In the original document, the above APPLET element has to appear many times, turning a single paragraph into the following mess:
<P>Next, we'll take up the Dirichlet problem: Given a continuous function f
on the boundary of a domain <APPLET CODEBASE=../../bin CODE=WebEQ.class
HEIGHT=25 WIDTH=20 ALIGN=top> <PARAM NAME=size VALUE=18> <PARAM NAME=color
VALUE=0xffffff> <PARAM NAME=line1 VALUE="&Omega;"></APPLET>, find a function
u harmonic in <APPLET CODEBASE=../../bin CODE=WebEQ.class HEIGHT=25 WIDTH=20
ALIGN=top> <PARAM NAME=size VALUE=18> <PARAM NAME=color VALUE=0xffffff>
<PARAM NAME=line1 VALUE="&Omega;"></APPLET> and continuous on the closure of
<APPLET CODEBASE=../../bin CODE=WebEQ.class HEIGHT=25 WIDTH=20 ALIGN=top>
<PARAM NAME=size VALUE=18> <PARAM NAME=color VALUE=0xffffff> <PARAM
NAME=line1 VALUE="&Omega;"></APPLET> which equals f on the boundary of
<APPLET CODEBASE=../../bin CODE=WebEQ.class HEIGHT=25 WIDTH=20 ALIGN=top>
<PARAM NAME=size VALUE=18> <PARAM NAME=color VALUE=0xffffff> <PARAM
NAME=line1 VALUE="&Omega;"></APPLET>.  Among the numerous methods for
attacking this problem are Perron's method (Let u be the sup of a certain
family of subharmonic functions), Dirichlet's principle (Let u be the
function in the closure of <APPLET CODEBASE=../../bin CODE=WebEQ.class
HEIGHT=25 WIDTH=20 ALIGN=top> <PARAM NAME=size VALUE=18> <PARAM NAME=color
VALUE=0xffffff> <PARAM NAME=line1 VALUE="&Omega;"></APPLET> which equals f on
the boundary of <APPLET CODEBASE=../../bin CODE=WebEQ.class HEIGHT=25
WIDTH=20 ALIGN=top> <PARAM NAME=size VALUE=18> <PARAM NAME=color
VALUE=0xffffff> <PARAM NAME=line1 VALUE="&Omega;"></APPLET> and has minimal
Dirichlet integral <APPLET CODEBASE=../../bin CODE=WebEQ.class HEIGHT=35
WIDTH=70 ALIGN=top> <PARAM NAME=size VALUE=18> <PARAM NAME=color
VALUE=0xffffff> <PARAM NAME=line1 VALUE="&int;<sub>&Omega;</sub>|&nabla;
u|<sup>2</sup>"></APPLET>, and Brownian motion, (u(z) is the expected value
of <APPLET CODEBASE=../../bin CODE=WebEQ.class HEIGHT=25 WIDTH=35 ALIGN=top>
<PARAM NAME=size VALUE=18> <PARAM NAME=color VALUE=0xffffff> <PARAM
NAME=line1 VALUE="f(B_&tau;_)"></APPLET>), where <APPLET CODEBASE=../../bin
CODE=WebEQ.class HEIGHT=25 WIDTH=30 ALIGN=top> <PARAM NAME=size VALUE=18>
<PARAM NAME=color VALUE=0xffffff> <PARAM NAME=line1
VALUE="B_&tau;_"></APPLET> denotes two-dimensional Brownian motion started at
z and stopped the first time it hits the boundary of <APPLET CODEBASE=../../bin
CODE=WebEQ.class HEIGHT=25 WIDTH=20 ALIGN=top> <PARAM NAME=size VALUE=18>
<PARAM NAME=color VALUE=0xffffff> <PARAM NAME=line1
VALUE="&Omega;"></APPLET>).  Associated
with the Dirichlet problem are <em>Green functions</em> and <em>harmonic
measures</em> of domains.


copyright © by Ping (e-mail) updated Tue 2 Jul 1996 at 13:29 JST
since Mon 17 Jun 1996