Linear System

  1. System: a system has input and output (function, transformation, operator)
  2. Linear system $\Leftrightarrow$ two conditions:

Vector

  1. A vector $\bm{v}$ is a set of numbers
  2. Component: the entries of a vector:
  3. Vector Set: a vector set can contain infinite elements
  4. Scalar Multiplication:
  5. Vector Addition:
  6. Properties of Vector / Definition of Vectors $\Leftrightarrow$

Linear system and system of linear equations

  1. Linear System $\Leftrightarrow$ System of Linear Equations
  2. Standard (unit) vector: only one element is "1", the rest elements are "0"

Matrix

  1. Denotation

  2. Index of component: the scalar in the $i\text{-}th$ row and $j\text{-}th$ column is called $(i,j)\text{-}entry$ of the matrix

    $$ \it A=\begin{bmatrix} a_{11} & a_{12} & \cdots & a_{1n} \\ a_{21} & a_{22} & \cdots & a_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m1} & a_{m2} & \cdots\ & a_{mn} \\ \end{bmatrix} \\

    \text{or}\\\it{A} =[\bm{a}_1,\bm{a}_2,...,\bm{a}_n] $$

  3. Properties

  4. Well-known Matrices