Skip to content

Mathematical tools to ease applied Maths and Physics in JavaScript

Notifications You must be signed in to change notification settings

samiBendou/MathToolKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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