Skip to content

Add M × N Matrix : Matrix multiplication support #81

@chrissimpkins

Description

@chrissimpkins

Requirements:

for matrices A (=lhs) and B (=rhs):

  • the column number in A must match the row number in B

Properties

for matrices A, B, and C:

  • not commutative: AB ≠ BA)
  • associative: (AB)C = A(BC)
  • left distributive: A(B + C) = AB + AC
  • right distributive: (B + C)A = BA + CA
  • multiplication by zero matrix yields zero matrix: A0 = 0A = 0

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