Solving Matrix Algebra in JavaScript [An Overview]

Written by applied.math.coding | Published 2020/06/22
Tech Story Tags: matrix | linear-algebra | mathematics | numeric | mathematics-and-programming | solving-algebra-in-javascript | javascript | javascript-top-story | web-monetization

TLDR The library is intended for computations in some small-page environments. It is intended to explain the procedure of a solution of a PDE-solvers (PDE - Partial Differential Equation) up to image-processing or ML-algorithms. The library also supports some form of slicing which becomes very handy in some occasions. It also has some support of creating a matrix-type from given array: A = zeros( 10, 10), C = cos(${B.slice( 1, 1, 5, 5) )` ; A = H3.multiply(H1); C = C.add(C)via the TL;DR App

no story

Published by HackerNoon on 2020/06/22