nstatistics
Version:
Solve equations using numerical methods, linear álgebra and solver of linear equation system
15 lines (14 loc) • 487 B
JavaScript
;
module.exports = [
[ 5, 5, 5, 0, 3, 0, 0, 1, 6, 0, 1 ],
[ 5, 3, 0, 6, 1, 0, 0, 2, 0, 0, 2 ],
[ 5, 1, 2, 6, 3, 0, 0, 0, 1, 0, 3 ],
[ 5, 1, 5, 0, 2, 0, 0, 0, 1, 0, 4 ],
[ 5, 2, 5, 6, 0, 0, 9, 1, 6, 0, 2 ],
[ 5, 3, 0, 6, 1, 0, 0, 2, 1, 0, 1 ],
[ 5, 1, 1, 2, 3, 0, 0, 0, 1, 0, 1 ],
[ 1, 1, 5, 0, 0, 0, 0, 1, 6, 0, 2 ],
[ 0, 0, 5, 1, 3, 0, 0, 1, 1, 0, 3 ],
[ 0, 3, 1, 6, 0, 0, 0, 0, 6, 0, 3 ],
[ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3 ],
];