05/08/2019, 06:20 PM
(05/08/2019, 04:50 PM)sheldonison Wrote:(05/05/2019, 11:38 PM)Ember Edison Wrote: Yes, I need it!
I think just has something wrong when i am definiting function. Source code will be helpful.
Code:\r baseeta.gp
initeta(); /* initeta initializes kecalle series; 25terms */
slog1=slogeta(1); /* renormalize so slog(1)=0; slog1=3.029297214418036; */
z=slogeta(2.5) /* 21.038456088895745460253062718325504556; */
ploth(t=-1.5,25,sexpeta(t)); /* plot of sexpeta; sexpeta(0)=1 */
z2=invcheta(100) /* 0.79336896191958487417879655443666434028 */
z1=invcheta(4); /* -4.5049005907984782975089673142337641018 */
ploth(t=z1,z2,cheta(t)); /* plot of upper superfucntion of eta */
z=slogeta(I) /* -1.217279555798763 + 0.5193692007946583*I */
z=invcheta(I) /* 1.808671078843811 + 1.565868985090261*I */
z=cheta(1+I) /* -6.501975132474055 + 4.920389603877520*I */
Thank you! I am reading.

