Skip to main content

Linear System of Equations

A system of equations consists of unknown variables and  list of equations relating them. 

A Linear System of Equations fulfill the following:

  1. The list of variable (xyz) is scaled by some constant number
  2. The only thing happening to each variable is that they are added to each other
    • no exponents, no multiplication, no sin/cos/tan or other special functions 

A Linear System of Equations is organized by putting scaled variables on the left and constants on the right. Also add Zeros to variables if not present. 

A Linear System of Equations can be transferred to a vector equation with following equation, where A is the matrix holding all the constant coefficients. 

Computers used matrices because its more efficient than linear system of equations

image.png

ide

LSOE_A-transform.gif

LSOE_xvector-landing-on-yvector.gif


Inverse Transformation

Prereq: Determinant 

LSOE_90degree-inverse.gif

identity matrix: 

image.png

image.png

IM_inversematrix-det-not-zero.gif

IM_inversematrix-det-not-zer-solve.gif

IM_inversematrix-det-cannot-unsquish-1D-to-2D.gif


image.png

Rank = Number of Dimensions in the Column Space 

RANK_from-3-to-1-zero-determinant.gif

RANK_from-3-to-2.gif

Screenshot from 2024-02-07 17-48-07.png

image.png

When the column space equals the number of columns, it is Full Rank. The following example is Full Rank

RANK_from-3-to-3-non-zero-determinant.gif

When determinant is 0, we can use Rank to describe the number of dimensions in the output of the transformation  

RANK_from-3-to-1-where-plane-full-of-vectors-go-to-origin.gif

Null Space (Kernel)  is the space of all vectors that land on Null (0 Vector).