Vivacia / Matrix-Calculator

A program which can perform the basic arithmetic operations on a matrix, take its transpose and calculate its inverse. In addition to this, it stores the history of operations performed. This was my final project for CS in gr12.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix-Calculator

A program which can perform the basic arithmetic operations on a matrix, take its transpose and calculate its inverse. In addition to this, it stores the history of operations performed. This was my final project for CS in gr12.

Operations that can be performed:

  • Addition
  • Subtraction
  • Multiplication
  • Transpose
  • Invert the matrix
  • Store/clear history

About

A program which can perform the basic arithmetic operations on a matrix, take its transpose and calculate its inverse. In addition to this, it stores the history of operations performed. This was my final project for CS in gr12.


Languages

Language:C++ 100.0%