Add functionality to solve simultaneous equations using matrices. For example: You have a matrix A and B and are given the equation AX = B You need to be able to get X = A^-1B
Add functionality to solve simultaneous equations using matrices.
For example: You have a matrix A and B and are given the equation AX = B
You need to be able to get X = A^-1B