UNPKG

nstatistics

Version:

Solve equations using numerical methods, linear álgebra and solver of linear equation system

19 lines (18 loc) 263 B
'use strict'; module.exports = [ [ [ 0, 0, 0 ], [ 0, 0, 1 ], [ 0, -1, 0 ] ], [ [ 0, 0, -1 ], [ 0, 0, 0 ], [ 1, 0, 0 ] ], [ [ 0, 1, 0 ], [ -1, 0, 0 ], [ 0, 0, 0 ] ] ];