Lecture 003

Gaussian Process

Gaussian Elimination: a systematic way of solving the system

Pivot: leading coefficients

(Row) Echelon Form (ref):

Reduced Row Echelon Form (rref): if furthermore all of the leading coefficients are equal to 1

Canonical Form: can be viewed as solution

Triangular System: special Echelon Form which indicate exactly one solution

\begin{pmatrix} \begin{array}{ccccc|c} \circ & x & x & x & x & x\\ 0 & \circ & x & x & x & x\\ 0 & 0 & \circ & x & x & x\\ 0 & 0 & 0 & \circ & x & x\\ 0 & 0 & 0 & 0 & \circ & x\\ \end{array} \end{pmatrix}

where \circ represent non-zero, and x can be zero or non-zero

Solving a system with infinite many solutions

If a system has infinite many solution, pick the variable that is not in Row-reduced form, then subsitute that with variable constant P, solve for P.

A by B matrix

Table of Content