Skip to content

A matrix library for JavaScript with ability to calculate determinants, inverse, RREF and perform other simple matrix operations.

Notifications You must be signed in to change notification settings

abhijit-hota/nyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nyo

A Matrix Library for JavaScript

Currently, only supports CommonJS syntax.

Install

npm i nyo

or

yarn add nyo

Features

  • Addition
  • Multiplication
  • Determinant
  • Inverse
  • Transpose
  • RREF

Todos

  • Code
    • Stable API
    • Fix error handling at some places
    • Features: print, concat, slice, replace, etc.
    • Make a separate SquareMatrix class inherited from Matrix class
    • Tests
  • Misc
    • Add Docs (!)
    • Bundle it for browsers
    • Set-up CI

About

A matrix library for JavaScript with ability to calculate determinants, inverse, RREF and perform other simple matrix operations.

Topics

Resources

Stars

Watchers

Forks