Linear Algebra Operations Flashcards
1
Q
What are the rules for matrix multiplication?
A
Inner dimensions must match.
2
Q
What does the dot operator (.) do?
A
Element-wise operation
3
Q
How do you find the maximum value in a matrix?
A
max()
4
Q
How do you find the minimum value in a matrix?
A
min()