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:matrix subtraction support #76

Open
chrissimpkins opened this issue Jan 11, 2022 · 0 comments · May be fixed by #68
Open

Add M × N matrix:matrix subtraction support #76

chrissimpkins opened this issue Jan 11, 2022 · 0 comments · May be fixed by #68

Comments

@chrissimpkins
Copy link
Owner

chrissimpkins commented Jan 11, 2022

Requirements:

  • left hand side and right hand side matrices must have the same row and column dimensions

Properties:

  • anti-commutative: A - B = -(B - A)
  • non-associative (order of subtraction operations matters in contrast to matrix addition)
  • subtraction with additive identity matrix (zero matrix) yields the same matrix
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

Successfully merging a pull request may close this issue.

1 participant