Try   HackMD

Midterm 1: 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

  • What is the definition of
    Rn
    under the set-builder notation?
  • How to calculate the length of a given vector
    Rn
    ?
  • How to calculate the distance between two points in
    Rn
    ?
  • How to calculate the angle between two vectors in
    Rn
    using the law of cosine?
  • How to calculate the angle between two vectors in
    Rn
    using the inner product?
  • Do the two definitions of the angle always give the same answer?

Related resources: Hefferon One.II, NB 101

Subspace

  • Given a set of vectors
    S={u1,,ud}
    , what is a linear combination of
    S
    ?
  • Given a set of vectors
    S={u1,,ud}
    , what is the definition of
    span(S)
    under the set-builder notation?
  • Let
    S={[12]}
    . How does
    span(S)
    look like on the plane of
    R2
    ? Try the same question with a different set
    S
    .
  • Given a set of vector
    S
    and a vector
    b
    , how to show
    b
    is in
    span(S)
    ?
  • Given a set of vector
    S
    and a vector
    b
    , how to show
    b
    is not in
    span(S)
    ?
  • Given a set of vector
    S
    , a vector
    p
    , and a vector
    b
    , how to show
    b
    is in
    p+span(S)
    ?
  • Given a set of vector
    S
    , a vector
    p
    , and a vector
    b
    , how to show
    b
    is not in
    p+span(S)
    ?

Related resources: NB 102, 106, LR 1~5,

System of linear equations

  • How to solve a system of linear equations completely?
  • What is
    ker(A)
    of a matrix
    A
    ?
  • How to determine if a vector is in
    ker(A)
    ?
  • What is
    Row(A)
    of a matrix
    A
    ?
  • How to determine if a vector is in
    Row(A)
    ?
  • What is the relation between
    ker(A)
    and
    Row(A)
    ?
  • How to show that
    span({x,y,z})=span({x,y,y+z})
    ?

Related resources: LR 6~10, NB 102~104, 107~111

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