I woud like to create a polynomial P(x) = 1 + x + x^2 + ...... + x^50 and evaluate it for different values of x.
What would be a good way to do this without entering it by hand.
Thank you!
1 | initial version |
I woud like to create a polynomial P(x) = 1 + x + x^2 + ...... + x^50 and evaluate it for different values of x.
What would be a good way to do this without entering it by hand.
Thank you!
2 | merged revision |
I woud like to create a polynomial P(x) = 1 + x + x^2 + ...... + x^50 and evaluate it for different values of x.
What would be a good way to do this without entering it by hand.
Thank you!
I am very new to Sage. I would like to create a polynomial and evaluate it for a certain x say x=1.00001
The polynomial is: P(x) = 1 + x + x^2 + ..... + x^50
Thank you for the help!