Matrix equation solver


Matrix equation solver unsing the Givens rotation matrix for elimination. It computes real solutions only and the matrix order can be set from 3 * 3 to 8 * 8 matrix.
By default is shows a 4 * 4 matrix equation filled by the same values I use in my C# sample projects.

Pressing the “Solve” button solves the matrix equation and prints out the result in the fields at the very bottom and the result of the elimination in the matrix.

For the detailed description of the Givnes algorithm by Gauss see Rotation Matrix

Matrix solver by Givens

Order:




Demo Project matrix equation solver in Java script

  • Givens_JavaScript