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

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -