Skip to content

Add M × N matrix:matrix addition support #69

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

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

Add M × N matrix:matrix addition support #69

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

Comments

@chrissimpkins
Copy link
Owner

chrissimpkins commented Jan 9, 2022

Requirements:

  • left hand side and right hand side matrix column and row lengths must be the same

Properties:

  • commutative (A + B = B + A)
  • associative ((A + B) + C = A + (B + C))
  • additive identity with zero matrix (A + 0)
  • additive inverse (A + -A)
@chrissimpkins chrissimpkins changed the title Add M x N matrix addition support Add M × N matrix addition support Jan 9, 2022
@chrissimpkins chrissimpkins changed the title Add M × N matrix addition support Add M × N matrix:matrix addition support Jan 11, 2022
@chrissimpkins chrissimpkins linked a pull request Jan 11, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant