First time here? Check out the FAQ!
answered 4 years ago
Maybe this gets too big for the pexpect interface. Using this syntax may help
sage: L = [QQ(i) for i in range(7)] sage: mL = magma(L) sage: magma.Interpolation(mL,mL).sage()