Graphing an elliptic integral of the first kind

300 Views Asked by At

Is there any way to graph an elliptic integral of the first kind on Excel or some other graphing software that is free?

1

There are 1 best solutions below

1
On

In Mathematica:

Plot[EllipticF[\[Phi], 0.5], {\[Phi], 0, Pi/2}]

which can also be done in Wolfram|Alpha (for free).

enter image description here