Skip to content

Quadratic Equation Solver with Linear Algebra using LU and QR decomposition

License

Notifications You must be signed in to change notification settings

unvercan/quadratic-equation-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quadratic-equation-solver

  • Quadratic Equation Solver with Linear Algebra using LU and QR decomposition

Usage:

Arguments:

  • Argument 1: input file location
  • Argument 2: '--qr' to solve the equation using QR Decomposition, otherwise LU Decomposition