MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

webmathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64997] webmathematica
  • From: liv elena <llivvia2003 at yahoo.com>
  • Date: Sat, 11 Mar 2006 05:15:32 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

     hello,
  
i ask you very much to help me with a problem.
i want to write "if/then/else" instruction
in jsp code like next example:

if (a==1)
then
{
<msp:evaluate>
MSPFormat[ MSPToExpression[ToString[a-b]], TraditionalForm, "JPEG"]
</msp:evaluate><br>

<msp:evaluate>
MSPFormat[ MSPToExpression[ToString[a+b]], TraditionalForm, "JPEG"]
</msp:evaluate>
}

else
{
...................
...................
}

i use jsp files for webmathematica server.
thank you very much

  
    
		


  • Prev by Date: C program
  • Next by Date: Combining Matrices
  • Previous by thread: Re: C program
  • Next by thread: Re: webmathematica