Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
Hi,

I am trying to write a program to solve the polynomial to the 'n'th power in C#.
Posted
Updated 31-May-11 0:51am
v2
Comments
bsb25 31-May-11 6:12am    
looks like a homework
Legor 31-May-11 7:00am    
So what exactly you've tried so far and what is your question?

 
Share this answer
 
Comments
Manfred Rudolf Bihy 31-May-11 10:05am    
Hmmm, nice! 5+
Gotta try that one out. (Oh my, the TODO pile just gathered another piece of junk valuable information. ;)
Abhinav S 31-May-11 10:07am    
:)Thanks for the 5.
Please use the following reference as a short introduction on the available specializations of Root-Finding Algorithms[^] and their differen methods.

The sections of interest for you would be:

  1. Finding roots of polynomials[^]
  2. Finding multiple roots of polynomials[^]


This is not a ready to use solution, but one that gives you enough information to do some research on your own.

Best regards,

-MRB
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900