Machine Learning 1 Linear Algebra Review quiz
A=[4639],B=[−2−592]
To subtract B from A, carry out the subtraction element-wise.
[23734313]
⎡⎣⎢⎢⎢⎢⎢⎢23734313⎤⎦⎥⎥⎥⎥⎥⎥
To multiply the vector x by 3, take each element of x and multiply that element by 3.
Let u be a 3-dimensional vector, where specifically
u=⎡⎣814⎤⎦
Let u and v be 3-dimensional vectors, where specifically
u=⎡⎣−343⎤⎦
v=⎡⎣315⎤⎦
1x3 dimensional matrix, and v can also be seen as a 3x1
matrix. The answer you want can be obtained by taking
the matrix product of uT and v.) Do not add brackets to your answer.
Let A and B be 3x3 (square) matrices. Which of the following
must necessarily hold true? Check all that apply.
A∗B∗A=B∗A∗B
If A is the 3x3 identity matrix, then A∗B=B∗A
A∗B=B∗A
A+B=B+A
🐳 作者:hiszm 📢 版权:本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,万分感谢。 💬 留言:同时 , 如果文中有什么错误,欢迎指出。以免更多的人被误导。 |