|
[Date Index]
[Thread Index]
[Author Index]
question
- To: mathgroup at smc.vnet.net
- Subject: [mg77275] question
- From: dimitris <dimmechan at yahoo.com>
- Date: Wed, 6 Jun 2007 07:09:13 -0400 (EDT)
In[61]:=
o=(1/6)*(2*I*Sqrt[3]*EllipticF[Pi/3, 4/3] - 3*I*EllipticF[ArcSin[2/
Sqrt[3]], 3/4] + 3*EllipticK[1/4])
Out[61]=
(1/6)*(2*I*Sqrt[3]*EllipticF[Pi/3, 4/3] - 3*I*EllipticF[ArcSin[2/
Sqrt[3]], 3/4] + 3*EllipticK[1/4])
Above expression is equal to zero.
In[63]:=
Developer`ZeroQ[o]
Out[63]=
True
Any ideas how we can use Mathematica
in order to simplify o to zero?
Dimitris
Prev by Date:
Re: Clear variables
Next by Date:
Re: Mapping a pure function with 2 conponents.
Previous by thread:
Re: comments
Next by thread:
Re: question
|