AE 15: Linear algebra
In this exercise, we will:
- Transpose a Vector: Learn how to transpose a given vector.
- Transpose a Matrix: Understand the concept of matrix transposition by working with a given matrix.
- Determine Matrix Dimensions: Identify and write down the dimensions of given matrices.
- Matrix Multiplication Validity: Check the validity of matrix multiplication for given matrices and determine the dimensions of the resulting matrix if valid.
- Compute Matrix Product: Perform the actual computation of a matrix product for given matrices when the multiplication is valid.
Linear algebra
For each exercise, show all steps clearly.
Transposition
Exercise 1
Given a vector
Write down its transpose
Solution:
- The transpose of the vector
is:
add response here.
Exercise 2
Given the following matrix
Write down its transpose,
Solution:
- The transpose of the matrix
is:
add response here.
Matrix operations
Exercise 3
Consider the following matrices
What are the dimensions of
?What are the dimensions of
?For the matrix product
:Determine if the product is valid, and explain why.
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
What are the dimensions of
?What are the dimensions of
?For the matrix product
:Determine if the product is valid, and explain why.
If the product is valid, write down the dimensions of the resulting matrix without computing the product.
Solution:
add response here.