Skip to content

Add M × N matrix:matrix addition support #69

@chrissimpkins

Description

@chrissimpkins

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions