Book of programming problems

Contains advanced programming problems for schools, colleges and problem-hungry inidividuals

Find roots of a polynomial
Complexity (1-100): 30
Solve the polynomial equation in real numbers:

a0+a1*x1+a2*x2+...+an*xn = 0   

where ai are given real numbers. Print a message if there is no solutions.
Solution:Show/hide explanation | solution.pas
There are no posts in this topic.

Post Reply

Book of programming problems is powered by UseBB 1 Forum Software | Contact Admin