Skip to content

Tidus91/equation_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

equation_solver

this program will resolve any equation less than 3rd degree in R. you can write your equation in normal form like you would do IRL : "3 + 2x - 3x^2 = 0 " -> valid.

it will print :

  • the normal form of the equation
  • the polynomial degree
  • the number of solutions
  • the solutions

v2 : solve your equation in C

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages