Matrix Calculator
View in GitHubMatrix
- It's one of my first projects.
- A Java implementation to calculate the inverse of an n*n matrix.
- Calculates determent and adjoint matrix, and then use the inverse matrix formula.
- This implementation does not use any packages for calculation.