Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Linear Algebra Quiz | Linear Algebra Foundations
Mathematics for Data Science

bookLinear Algebra Quiz

1. What is the magnitude of vector:

v=[3,4]\vec{v} = [3,4]

2. What does the following code output?

3. Which pair of vectors is directionally equivalent (have the same direction)?

a=[2,4], b=[1,2]\vec{a} = [2,4],\ \vec{b} = [1, 2]

4.

5. Which transformation matrix scales xx by 3 and yy by 0.5?

6. The following Python code represents a scaling transformation that scales xx by 3 and yy by 0.5.

What is the output?

7. A rotation matrix rotates vectors counterclockwise around the origin by a given angle θ\theta.

The general 2D rotation matrix is given by:

R(θ)=[cos(θ)sin(θ)sin(θ)cos(θ)]R(\theta) = \begin{bmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & cos(\theta) \end{bmatrix}

For θ=90\theta = 90 (counterclockwise rotation), we substitute:

R(90°)=[0110]R(90\degree) = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix}

Which matrix correctly represents this transformation?

8. What is printed?

9. Which LU decomposition correctly factors the matrix AA into LL and UU?

A=[2468]A = \begin{bmatrix} 2 & 4 \\ 6 & 8 \end{bmatrix}

10. Which matrices LL and UU will be in the output?

11. Which QQ matrix is correct for the QR decomposition of [3405]\begin{bmatrix}3&4\\0&5\end{bmatrix}?

12. Which matrix QQ is correct for the QR decomposition of AA in code?

13. An orthonormal matrix always has eigenvalues that are:

14. When an eigenvector satisfies the equation Ax=λxA\vec{x} = \lambda\vec{x}?

15. What does this print?

16. Which statement is true?

question mark

What is the magnitude of vector:

v=[3,4]\vec{v} = [3,4]

Select the correct answer

question mark

What does the following code output?

Select the correct answer

question mark

Which pair of vectors is directionally equivalent (have the same direction)?

a=[2,4], b=[1,2]\vec{a} = [2,4],\ \vec{b} = [1, 2]

Select the correct answer

question-icon
A zero vector has components:
[
]
question mark

Which transformation matrix scales xx by 3 and yy by 0.5?

Select the correct answer

question mark

The following Python code represents a scaling transformation that scales xx by 3 and yy by 0.5.

What is the output?

Select the correct answer

question mark

A rotation matrix rotates vectors counterclockwise around the origin by a given angle θ\theta.
The general 2D rotation matrix is given by:

R(θ)=[cos(θ)sin(θ)sin(θ)cos(θ)]R(\theta) = \begin{bmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & cos(\theta) \end{bmatrix}

For θ=90\theta = 90 (counterclockwise rotation), we substitute:

R(90°)=[0110]R(90\degree) = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix}

Which matrix correctly represents this transformation?

Select the correct answer

question mark

What is printed?

Select the correct answer

question mark

Which LU decomposition correctly factors the matrix AA into LL and UU?

A=[2468]A = \begin{bmatrix} 2 & 4 \\ 6 & 8 \end{bmatrix}

Select the correct answer

question mark

Which matrices LL and UU will be in the output?

Select the correct answer

question mark

Which QQ matrix is correct for the QR decomposition of [3405]\begin{bmatrix}3&4\\0&5\end{bmatrix}?

Select the correct answer

question mark

Which matrix QQ is correct for the QR decomposition of AA in code?

Select the correct answer

question mark

An orthonormal matrix always has eigenvalues that are:

Select the correct answer

question mark

When an eigenvector satisfies the equation Ax=λxA\vec{x} = \lambda\vec{x}?

Select the correct answer

question mark

What does this print?

Select the correct answer

question mark

Which statement is true?

Select the correct answer

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 4. Kapitel 13

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Awesome!

Completion rate improved to 1.89

bookLinear Algebra Quiz

Swipe um das Menü anzuzeigen

1. What is the magnitude of vector:

v=[3,4]\vec{v} = [3,4]

2. What does the following code output?

3. Which pair of vectors is directionally equivalent (have the same direction)?

a=[2,4], b=[1,2]\vec{a} = [2,4],\ \vec{b} = [1, 2]

4.

5. Which transformation matrix scales xx by 3 and yy by 0.5?

6. The following Python code represents a scaling transformation that scales xx by 3 and yy by 0.5.

What is the output?

7. A rotation matrix rotates vectors counterclockwise around the origin by a given angle θ\theta.

The general 2D rotation matrix is given by:

R(θ)=[cos(θ)sin(θ)sin(θ)cos(θ)]R(\theta) = \begin{bmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & cos(\theta) \end{bmatrix}

For θ=90\theta = 90 (counterclockwise rotation), we substitute:

R(90°)=[0110]R(90\degree) = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix}

Which matrix correctly represents this transformation?

8. What is printed?

9. Which LU decomposition correctly factors the matrix AA into LL and UU?

A=[2468]A = \begin{bmatrix} 2 & 4 \\ 6 & 8 \end{bmatrix}

10. Which matrices LL and UU will be in the output?

11. Which QQ matrix is correct for the QR decomposition of [3405]\begin{bmatrix}3&4\\0&5\end{bmatrix}?

12. Which matrix QQ is correct for the QR decomposition of AA in code?

13. An orthonormal matrix always has eigenvalues that are:

14. When an eigenvector satisfies the equation Ax=λxA\vec{x} = \lambda\vec{x}?

15. What does this print?

16. Which statement is true?

question mark

What is the magnitude of vector:

v=[3,4]\vec{v} = [3,4]

Select the correct answer

question mark

What does the following code output?

Select the correct answer

question mark

Which pair of vectors is directionally equivalent (have the same direction)?

a=[2,4], b=[1,2]\vec{a} = [2,4],\ \vec{b} = [1, 2]

Select the correct answer

question-icon
A zero vector has components:
[
]
question mark

Which transformation matrix scales xx by 3 and yy by 0.5?

Select the correct answer

question mark

The following Python code represents a scaling transformation that scales xx by 3 and yy by 0.5.

What is the output?

Select the correct answer

question mark

A rotation matrix rotates vectors counterclockwise around the origin by a given angle θ\theta.
The general 2D rotation matrix is given by:

R(θ)=[cos(θ)sin(θ)sin(θ)cos(θ)]R(\theta) = \begin{bmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & cos(\theta) \end{bmatrix}

For θ=90\theta = 90 (counterclockwise rotation), we substitute:

R(90°)=[0110]R(90\degree) = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix}

Which matrix correctly represents this transformation?

Select the correct answer

question mark

What is printed?

Select the correct answer

question mark

Which LU decomposition correctly factors the matrix AA into LL and UU?

A=[2468]A = \begin{bmatrix} 2 & 4 \\ 6 & 8 \end{bmatrix}

Select the correct answer

question mark

Which matrices LL and UU will be in the output?

Select the correct answer

question mark

Which QQ matrix is correct for the QR decomposition of [3405]\begin{bmatrix}3&4\\0&5\end{bmatrix}?

Select the correct answer

question mark

Which matrix QQ is correct for the QR decomposition of AA in code?

Select the correct answer

question mark

An orthonormal matrix always has eigenvalues that are:

Select the correct answer

question mark

When an eigenvector satisfies the equation Ax=λxA\vec{x} = \lambda\vec{x}?

Select the correct answer

question mark

What does this print?

Select the correct answer

question mark

Which statement is true?

Select the correct answer

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 4. Kapitel 13
some-alt