/linearAlgebra

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

linearAlgebra

A Electron application to linear algebra.

Getting started

  • Install Node LTS
  • Clone this repository
  • cd linearAlgebra
  • npm install to install the application's dependencies
  • npm start to start the application

Generating a app

  • npm run make

FIX

  • Choleski gives wrong result
  • Calculate determinant with det(a) = det(L) det(U)

TODO

  • Add an option for import inputs from file