UNPKG
linear-equation-system
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
Simple solver of a linear equation system
linear-equation-system
/
package.json
16 lines
(15 loc)
•
301 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"linear-equation-system"
,
"version"
:
"1.1.1"
,
"description"
:
"Simple solver of a linear equation system"
,
"main"
:
"linearEquation.js"
,
"keywords"
:
[
"linear"
,
"equation"
,
"maths"
,
"system"
,
"gauss-jordan"
]
,
"author"
:
"Raphael Santos"
,
"license"
:
"MIT"
}