Polynomial with Specific roots -



Polynomial with Specific roots -

is there way find polynomial having specific roots i.e., 17, 29, 33 etc. polynomial should satisfy these values. there programming library available accomplish this.

(x-17)(x-29)(x-33) have roots mention. if need polynomial evaluating @ points, form should enough. if need of coefficients, best bet using polynomial library multiply binomials.

polynomial-math

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -