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
Post a Comment