Exercise I.C.10

Let ϕ : 3 be such that ϕ(e1) = 1,ϕ(e2) = 2,ϕ(e3) = 1. Determine ker ϕ,imϕ and verify the rank theorem in this case.

Answers

We have

imϕ = {ϕ [x1 x2 x3 ] : x1,x2,x3 } = {x1ϕ [1 0 0 ] + x2ϕ [0 1 0 ] + x3ϕ [0 0 1 ] : x1,x2,x3 } = {x1 + 2x2 x3 : x1,x2,x3 }

These covers all of the real line (for instance, set x2 = x3 = 0 and modify x1 as you wish), and so dim (imϕ) = 1. Now we look at the kernel:

ker ϕ = { [x1 x2 x3 ] 3 : x 1 + 2x2 x3 = 0} = { [ x1 x2 x1 + 2x2 ] 3 : x 1,x2 } = {x1 [ 1 0 1 ] + x2 [ 0 1 2 ] 3 : x 1,x2 } = span { [1 0 1 ], [0 1 2 ] }

We have found a set of two linearly independent vectors whose span is equal to the kernel of ϕ; i.e., we have dim (ker ϕ) = 2. This verifies the dimension theorem.

User profile picture
2021-10-30 12:17
Comments