| Author |
Comment/Response |
Neliz
|
01/22/12 09:29am
Hi, im trying to put this formula in Mathematica(see paint).
I Have:
f[1] := Sqrt[2]
f[n_] := Sqrt[f[n - 1] + 2]
Product[f[i]/2, {i, 1, Infinity}]
But it doesn't work.
I need your help,
Neliz
Attachment: viete.png, URL: , |
|