solveLinearEquationsDemonstrate the solution of linear equation systems |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
With simple examples this function demonstrates how to solve regular linear equation systems with Matrices.solve and Matrices.solve2, and how to solve singular linear equation systems with Matrices.leastSquares and Matrices.leastSquares2.