Bill Allombert on Mon, 11 Jun 2012 14:06:06 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
formal ellinit |
Dear PARI developers, I found a way to do a formal ellinit which is sometimes useful: ? a6;a4;a3;a2;a1;E=ellinit([a1,a2,a3,a4,a6],1); ? ## *** last result computed in 0 ms. This is useful because the more straightforward a1;a2;a3;a4;a6;ellinit([a1,a2,a3,a4,a6],1); does not really work (much much slower). Cheers, Bill.