Package Modelica.​Math.​Matrices.​Examples
Examples demonstrating the usage of the Math.Matrices functions

Information

This icon indicates a package that contains executable examples.

Extends from Modelica.​Icons.​ExamplesPackage (Icon for packages containing runnable examples).

Package Contents

NameDescription
solveLinearEquationsDemonstrate the solution of linear equation systems

Function Modelica.​Math.​Matrices.​Examples.​solveLinearEquations
Demonstrate the solution of linear equation systems

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.

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