functionsolveLinearEquations

Demonstrate the solution of linear equation systems

Extends from Modelica.Icons.Function (Icon for functions).

Information

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.