samiBendou / MathToolKit

Mathematical tools to ease applied Maths and Physics in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mathematical tools to ease applied Maths and Physics in JavaScript


Languages

Language:JavaScript 98.9%Language:HTML 1.1%