This is an old revision of the document!
Table of Contents
DM32 Simultaneous Equations
From the Owners Manual
Statefile
Provided by Swiss Micros https://technical.swissmicros.com/dm32/examples/STATE/SIMEQ.d32
Local copy simeq.d32
Overview
This set of programs allows the solution of 3×3 and 2×2 systems of equations, as well as the inverse and determinate of the matrix representing the coefficients.
The set of equations is represented by a 3 x 4 array of numbers, with the first 3 columns representing the coefficients of the equations and the 4th column the “value” of the equations.
For example
Ax + Dy + Gz = J
Bx + Ey + Hz = K
Cx + Fy + Iz = L
These equations can be represented in matrix form
| A D G | x | J | ||
| B E H | y |
Further Information
Page created : 17/04/26 18:10 BST
Page updated : 17/04/26 18:20 BST