Posts Tagged Matrices

Old Project: Simultaneous Equation Solver

[Download Project]

I did this project for a math class in my Sophomore year of high school. It takes a linear system of equations in two or three variables and solves it using augmented matrices. It was one of my early experiments with using my own objects in JavaScript.

Leave a Comment