Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 621 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 621 Bytes

MathToolKit

Makes Javascript sounds like Numpy

Description :

Package featuring commons mathematical objects representation in order to give the easiest way to solve complex physics and applied maths problems. Featuring :

  • Vectorial Space Vector representation in N-dimensionnal spaces and special features for 3D.
  • Matrix N x P representation with O(N^3) product and Gauss Jordan reduction.
  • Square Matrices with linear solving, determinant and inverse calculation using LU decomposition
  • Euclidian space representation with scalar product and distance
  • 3D Rotation matrix & 3D vectors with cross product