Done with Linear Algebra

Well, I just finished my first Oxford tutorial - on Linear Algebra. This being the case, I thought perhaps I would ask myself “What is Linear Algebra?” and then try to explain it a bit, so that someone might be able appreciate what is I’ve been doing with my life for the past two months.

Better yet, I won’t explain it but instead use a bunch of fancy symbols in some examples below. Primarily, I discovered that you can use all of these mathematical symbols in HTML, so I needed an excuse to try writing some stuff out. This was the perfect excuse.

Definition of the Kernel

Let V, W be vector spaces over some field, F, and let v ∈ V. If T:V→W is a linear transformation, define Ker(T) = { v ∈ V s.t. T(v) = 0W }.

Example of An Inner Product

Let V be the vector space consisting of all real n×n matrices, that is, let V = Mn×n(ℜ). ∀A,B ∈ V, define <A,B> := Trace(ABtr). Show that {V, <,>V } is an inner product space on V.

Response: ∀ α,β ∈ ℜ, ∀ A,B,C ∈ V,

  1. <αA+βB, C> = Trace((αA+βB)Ctr)
        = Trace(αACtr+βBCtr)
        = Trace(αACtr) + Trace(βBCtr)
        = αTrace(ACtr) + βTrace(BCtr)
        = α<A,C> + β<B,C>.
  2. <A,B> = Trace(ABtr)
        = Trace((ABtr)tr)
        = Trace(BAtr)
        = <B,A>.
    So <A,B> is symmetric, and hence is bilinear.
  3. If A ≠ 0, ∃ aij∈A s.t. aij ≠ 0. Also, AAtr = Σaijaji. For bii ∈ AAtr, bii ≥ Σaii2 > 0. So <A,A> is positive-definite. This completes the proof.

Matrix Representation of An Self-Adjoint Transformation

Let { e1, e2 … en } be an orthonormal basis of a vector space V over ℜ, and T:V→V be a self-adjoint linear transformation. Now let A be the matrix of T w.r.t. { e1, e2 … en }, and write A = (aij).

We compute T(ei) = Σajiej on j, so that when <T(ei), ek> = <ei, T(ek)>, we see that:

  1. <T(ei), ek> = <Σajiej, ek> = Σaji<ej,ek> = aki.
  2. <ei, T(ek)> = <ei,Σajkej> = Σajk<ei,ej> = aik.

T is self-adjoint ⇔ aik = aki ⇔ A = Atr, so A is symmetric.

Observe that if V is a vector space over the complex field; then A = conj(A)tr.

Tags: , , , , , , , , , , , , , , , , , , , ,

One Response to “Done with Linear Algebra”

  1. logan Says:

    i wish jameson would get facebook back so i could post on his real wallllllll

Leave a Reply