Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

polynomials

Status
Not open for further replies.

bbone

Programmer
Joined
Aug 18, 2003
Messages
10
Location
SI
Hi all.

I would like to know some simple code for multiplication and division of two polynomials, presented with a simple table of coeficients. For example p1 = [1, -2, 3, 1] is for p1(x) = x^3 - 2x^2 - 3x + 1.

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top