- #1
nalkapo
- 28
- 0
I want to plot this polynomial:
Q10[x_] := c* (1 - (t - x)^2)^10
I defined variable 't' in f(t) and 'x' in the polynomial Q10[x].
how can I plot this polynomials with variebles x and t? the range-interval will be (for both x and t): [0,1].
can you write the code please...
Thanks...
Edit: by the way, c~ 3.1. it will be less than Square root[10]
Q10[x_] := c* (1 - (t - x)^2)^10
I defined variable 't' in f(t) and 'x' in the polynomial Q10[x].
how can I plot this polynomials with variebles x and t? the range-interval will be (for both x and t): [0,1].
can you write the code please...
Thanks...
Edit: by the way, c~ 3.1. it will be less than Square root[10]
Last edited: