@quenty/linearsystemssolver

2.1.0 • Public • Published

LinearSystemsSolver

Solves linear systems in this format:

Installation

npm install @quenty/linearsystemssolver --save
[a  b | y]
[c  d | z]

mutSystem = {
	{a, b},
	{c, d},
}

mutOutput = {y, z}

returns solution {x0, x1}

Notes

system and output get destroyed in the process

Readme

Keywords

Package Sidebar

Install

npm i @quenty/linearsystemssolver

Weekly Downloads

17

Version

2.1.0

License

MIT

Unpacked Size

6.91 kB

Total Files

6

Last publish

Collaborators

  • quenty