Skip to content

ferdinandhubbard981/Maths-Toolkit

Repository files navigation

Maths-Toolkit

Install instructions: git clone https://github.com/ferdinandhubbard981/Maths-Toolkit.git install nodejs from website npm install node-gyp npm install all the other relevant packages node node_modules/node-gyp/bin/node-gyp configure build

Run instructions: node server.js

///////////////////////////////////////////////////

simplex-method.cpp: Solves a simplex tableau

simplex-method-test.cpp: for testing simplex-method.cpp

matrix.cpp: performs many operations on matrices

matrix-test.cpp: for testing matrix.cpp

simultaneous-equations-solver.cpp: solves linear simultaneous equations

simultaneous-equations-solver-test.cpp: for testing simultaneous-equations-solver.cpp

TODO:

polynomial-solver

simultaneous equations solver

differential solver

integral solver

graph plotter

argand diagram plotter (loci, point)

polynomial expansion simplifier

data analyzer/plotter (mean, standard deviation, z-value, distributions ...)

circle equation visualizer

sequences and series solver

trigonometric identities solver (rad & deg)

partial fractions solver

SUVAT solver

Matrix operations (arithmetic, transpose, inverse, simultaneous ...)

Invariant line solver and invariant line of points solver

complex number operations

3d plotter (lines, planes ...)

maclaurin series

de moivre

simplex method - done

maybe:

  mechanics problems helper

  roots of polynomials

  method of differences

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published