This Rust program shows how to solve a system of linear equations using matrix inversion using the nalgebra library. It takes a $2\times2$ coefficient matrix and a 2-dimensional result vector, then ...
Some of the operations have been included without using the numpy library. Description of issue being adressed and the solution approach are mentioned underneath ...