[sage-support] Interpolation in Sage

2015-07-22 Thread Santanu Sarkar
Hello, I want to find a polynomial f(x_1,x_2,x_3,x_4) explicitly by interpolation. I know that the degree of f is 2. I have enough data points. How can I do this in Sage? -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from

Re: [sage-support] Interpolation in Sage

2015-07-22 Thread Jorge Garcia
Take a look at example 75) https://sagecell.sagemath.org/?q=zeplgw HTH, AJG -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-support] Interpolation in Sage

2015-07-22 Thread Michael Orlitzky
On 07/22/2015 04:04 PM, Santanu Sarkar wrote: Hello, I want to find a polynomial f(x_1,x_2,x_3,x_4) explicitly by interpolation. I know that the degree of f is 2. I have enough data points. How can I do this in Sage? I have some code to do this here: