notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Kernel.md (298B)


      1 # Kernel
      2 
      3 Khan
      4 
      5 **Definition:** The kernel of a linear transformation is the set of all vectors that are equal to the null vector under the L.T.
      6 
      7 This is stated as ker(T), spoken as the kernel of T.
      8 
      9 This is similar to the [NullSpace](NullSpace.md) except it is specific to linear transformations.