/quadratic-equation-solver

Quadratic Equation Solver with Linear Algebra using LU and QR decomposition

Primary LanguageC++MIT LicenseMIT

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