Algebra Linear Algebra Requirement .NET 8.0 DoubleDouble Install Download DLL Download Nuget Usage // solve for v: Av=x Matrix a = new double[,] { { 1, 2 }, { 3, 4 } }; Vector x = (4, 3); Vector v = Matrix.Solve(a, x); Licence MIT Author T.Yoshimura