Skip to content

Add M × N matrix:matrix subtraction support #76

@chrissimpkins

Description

@chrissimpkins

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

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