Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: N/A

Properties: N/A
Sufficiencies: N/A
Questions: N/A

Solving NLSP Using Elementary Matrices

Let ARn×n be nonsingular and bRn be "given." Then, to solve the 12.1 The Square Linear-Systems Problem,

Ax=b

we use multiplication by a sequence of elementary matrices (9.8 Shear Matrix, 9.9 Dilation Matrix, 9.10 Transposition Matrix) to create "special" structure

EtE2E1AUx=EtE2E1bUx=y

Then, we solve with the appropriate algorithm.

Remark. Unfortunately, elementary matrices can cause a lot of problems when working with nontrivial modeling problems. This method is also only able to do one-off problems. A better method would be 15 LU Factorization without Pivoting.