Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add M × N matrix : vector subtraction support #78

Open
chrissimpkins opened this issue Jan 12, 2022 · 0 comments
Open

Add M × N matrix : vector subtraction support #78

chrissimpkins opened this issue Jan 12, 2022 · 0 comments

Comments

@chrissimpkins
Copy link
Owner

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:

  • how do we approach the Vector shape? Always a column vector?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant