AE 15: Linear algebra

Application exercise

In this exercise, we will:

Linear algebra

For each exercise, show all steps clearly.

Transposition

Exercise 1

Given a vector y:

y=[y1y2y3]

Write down its transpose y

Solution:

  • The transpose of the vector y is:

add response here.

Exercise 2

Given the following matrix N:

N=[n11n12n21n22n31n32]

Write down its transpose, N

Solution:

  • The transpose of the matrix N is:

add response here.

Matrix operations

Exercise 3

Consider the following matrices C and D:

C=[c11c12c13c21c22c23],D=[d11d12d21d22d31d32]

  • What are the dimensions of C?

  • What are the dimensions of D?

  • For the matrix product CD:

    1. Determine if the product is valid, and explain why.

    2. If the product is valid, write down the dimensions of the resulting matrix without computing the product.

Solution:

add response here.

Exercise 4

Consider the following matrices E and F:

E=[e11e12e13e14e21e22e23e24],F=[f11f12f21f22f31f32f41f42]

  • What are the dimensions of E?

  • What are the dimensions of F?

  • For the matrix product EF:

    1. Determine if the product is valid, and explain why.

    2. If the product is valid, write down the dimensions of the resulting matrix without computing the product.

Solution:

add response here.