Skip to content

alsenydiallo/PolynomialSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Name: Alseny Diallo
email: [email protected]

Included file:
--------------
- main.c

About the program:
------------------
The following program implimment the algorithm of Dirand kerner for solving the nth root of any polinomial of nth degree.

compile:
--------
gcc -Wall -std=c99 -D_GNU_SOURCE -DREGURGITATE main.c -o dk-skeleton -lm

 run:
 ----
 create a .txt file with root coeficient
 ex:
 5
 6
 9
 and run the program with your .txt as input file
   ./dk-skeleton < filename

About

This folder contains code written in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages