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: http://michael.orlitzky.com/git

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 sage-support+unsubscr...@googlegroups

[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 th

[sage-support] Interpolation

2009-01-07 Thread Santanu Sarkar
Let f(x,y,z) is polynomial in x,y,z with degree 4. But we don't know the coefficient of the monomials of f. And we know f(x0,y0,z0) for different x0,y0,z0 which are known to us. Can we find the coefficient of the monomials of f using SAGE easily? --~--~-~--~~~---~-