You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Left hand side Matrix and right hand side Vector must have the same row and column dimensions.
Properties:
anti-commutative: A - B = -(B - A)
non-associative (order of subtraction operations matters)
subtraction with additive identity matrix (zero matrix) yields the same matrix
Questions:
how do we approach the Vector shape? Always a column vector?
The text was updated successfully, but these errors were encountered:
Requirements:
Left hand side Matrix and right hand side Vector must have the same row and column dimensions.
Properties:
anti-commutative: A - B = -(B - A)
non-associative (order of subtraction operations matters)
subtraction with additive identity matrix (zero matrix) yields the same matrix
Questions:
The text was updated successfully, but these errors were encountered: