Linear Equations System Solver

  • This script allow you to solve an n x n equation system ([A]ˇ[X]=[B]) by means of inversion of the coefficient matrix A
  • The system must be writing of the [A]ˇ[X]=[B] form
  • In order to solve the system you must introduce the coefficients of each matrix. Write the coefficient separately by means of [space] or [enter] key. (see the example)

ˇ =
[A]
ˇ
[X]
=
[B]
[X]
=
[A]-1
ˇ
[B]
= ˇ
=
[X]
=
[A]-1ˇ[B]