WOLFRAM SYSTEM MODELER

solveLinearEquations

Demonstrate the solution of linear equation systems

Wolfram Language

In[1]:=
SystemModel["Modelica.Math.Matrices.Examples.solveLinearEquations"]
Out[1]:=

Information

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.

Syntax

solveLinearEquations()