Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 443 Bytes

README.MD

File metadata and controls

9 lines (8 loc) · 443 Bytes

"MatrixMath" was a numerical computing program I wrote back in 2015 when I was learning how to program. It was designed to perform certain calculations (ie finding eigenvalues, numerical integration) from expressions parsed from the command line.

It was never close to being finished but has several useful bits of code I still draw from: a string parser for functions, numerical differentiation/integration headers, and a few others.