Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views
---
title: 7/6
---

Plan

  • 2.2

  • 2.3

  • Learn whatever we don't cover.

2.2 Matrix Representation of a linear transformation.

  • Crash course on matrix representations from FnF^n to FnF^n.

  • First we need to represent all vectors by vectors.

  • Define ordered basis for any vector space. Both finite and infinite dimensional.

  • We can write vectors with respect to this ordered basis and come up with the coordinate vector.

  • Consider 4x3+2x2+x+1=43+57(2+x)+26(2+x)2+4(2+x)34x^3+2x^2+x+1=43 + 57 (-2 + x) + 26 (-2 + x)^2 + 4 (-2 + x)^3 in P3(R)P_3(R) with respect to the 2 basis.

  • If {vj}\{v_j\} is a basis for BB, then ParseError: KaTeX parse error: Expected group after '_' at position 12: T(v_j)=\sum_̲_{i=1} ^m a_{ij…. The matrix is then A=(aij)A=(aij).

  • Matrix representation of linear transformations. Lower bracket is domain and upper is codomain.

  • The space of linear transformations is a vector space.

  • The bracket operation is a linear transformation.

2.3 Compositiion

  • The composition of linear transformations is linear.

  • Whenever compostion makes sense:

    • ParseError: KaTeX parse error: Undefined control sequence: \sb at position 4: T(U\̲s̲b̲{1} + U\sb{2}) … and (U1+U2)T=U1+U2T(U_1+U_2)T=U_1+U_2T.

    • T(U1U2)=(TU1)U2T(U_1U_2)=(TU_1)U_2.

    • TI=IT=TTI = IT = T

    • ParseError: KaTeX parse error: Double subscript at position 28: …U_1)U_2=U_1(a_U_̲2).

  • These also holds for matrices.

  • proof of matrix multiplication. In particular, the bracket is multiplicative.