[back] [prev] [next] [index] [root]
u := WeierstrassP(z, w1, w2);
complex | u |
|
complex | z |
a non-zero element of the complex torus C/Zw_1oplusZw_2 |
complex | w1,w2 |
complex values with Im(w_1/w_2)>0 |
kash> z := Sqrt(-11); 3.316624790355399849114932736670686683927088545589*i kash> w1 := 1+Sqrt(-11); 1 + 3.316624790355399849114932736670686683927088545589*i kash> w2 := Comp(12,0); 12 kash> WeierstrassP(z,w1,w2); > 1.018219365756141747667075554911574076310206321785 + 0.03622971784813503226915\ 102443845385206504756332*i
<- back[back] [prev] [next] [index] [root]