Try   HackMD

Final: Questions to ponder

Please see Course website for details about the exam.

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
You need to provide the reasons for your answers.

How to prepare the exam?

  1. Make a concrete setting for the problems whenever possible. For example, what is the length of
    (1,2,3)
    ?
  2. Write down your answer and reasons on a paper.
  3. If you do not know how to answer it, look it up from the following resources, or ask ChatGPT.
  4. Think carefully whether your answer is correct or not.
  5. Repeat the above steps with different settings.

Vector representation

  • How to convert a vector into its vector representation?
  • How to convert a vector representation back to its original vector?

Related resources: Hefferon Two.III.1, NB 305, 306

Linear function

  • What is a function?
  • Is a function injective?
  • Is a function surjective?
  • Is a function linear?
  • Find an isomorphism between
    R2
    and
    {[xyz]:x+y+z=0}}
    .
  • Verify that
    v[v]β
    is an isomorphism.
  • Find a basis of the kernel of a linear function.
  • Find a basis of the range of a linear function.

Related resources: Hefferon Three.I~II, LR 25, 26, 28, 29, 36, NB 301, 302, 303, 304, 308

Matrix representation

  • Given a linear function
    f:RnRm
    , find a matrix
    A
    such that
    f(x)=Ax
    for all
    xRn
    .
  • Given the matrix representation
    [f]αβ
    , find
    f(x)
    .
  • Given a linear function
    f:VW
    and bases
    α,β
    of
    V,W
    , respectively, find the matrix representation
    [f]αβ
    .

Related resources: Hefferon Three.III, LR 31, 33, 34, NB 309, 310

Change of basis

  • Given two bases
    α,β
    of
    Rn
    , find the change of basis matrix
    [id]αβ
    .
  • Given two bases
    α,β
    of a vector space
    V
    , find the change of basis matrix
    [id]αβ
    .
  • Given two bases
    α,α
    of
    V
    and two bases of
    β,β
    of
    W
    , use the matrix representation
    [f]αβ
    to find
    [f]αβ
    .

Related resources: Hefferon Three.V, LR 35, NB 307

This note can be found at Course website > Learning resources.