Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 376 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 376 Bytes

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