Algebra, Week 3

Linear Transformations and Matrices

Introduction to Linear Transformations

  • Linear Transformation (LT): A function between two vector spaces that preserves the operations of vector addition and scalar multiplication.

  • Notation: T: IR^n -> IR^m denotes a linear transformation from an n-dimensional space to an m-dimensional space.

Properties of Linear Transformations

  • If T is a linear transformation and v, w are vectors in IR^n, and c is a scalar:

    • T(v + w) = T(v) + T(w)

    • T(cv) = cT(v)

Example Transformations

Example 1: Simple Transformation
  • Given T(e1) = (7) and T(e2) = (1)

  • Find the matrix A of the linear transformation.

  • Express transformation AT = (C1, C2) based on linearity derived from the coordinates.

Example 2: Specific Case
  • Definition of LT: T:IR^2 -> R^2, defined as

    • T(x,y) = (3x + 4y, -5x + 6y)

  • To determine AT:

    • AT = [[3, 4], [-5, 6]] where columns are based on transformation of the basis vectors.

Finding Images Under Transformation

  • To find T for given points (10, 2) and (0, 2):

    • T(10, 0) results in effects of applying transformations to specified locations.

    • Map creates output as T(x,y) = (3x + 4y, -5x + 6y).

Image of a Line
  • Given the line equation x + 5y = 10:

    • Points on the line can be calculated for transformations to find the image through evaluation of specified outputs.

Form of the Linear Equation
  • Converting to point-slope form to understand the generated linear image:

    • y - y1 = m(x - x1), where m = change in y/change in x.

Understanding Transformation Matrices

  • General form of a transformation matrix, T, used for image calculation:

    • Formulate essential points and evaluate the resultant transformations that illustrate the relationship between input and transformed output.

Conclusion and Further Analysis

  • The methodology of linear transformations involves constant updating with understanding of matrix manipulations in both geometrical and algebraic perspectives.

  • Further evaluation considers the scaling, reflection, or rotation of certain shapes when applying transformations in IR^n spaces.