Skip to content

A simple matrix calculator coded in C++. Looking forward to expanding operations by designing new algorithms for the more complex operations.

License

Notifications You must be signed in to change notification settings

bhamodi/Matrix-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matrix-Calculator

A simple matrix calculator coded in C++. Looking forward to expanding operations by designing new algorithms for the more complex matrix operations. This tool is unique because it elegantly outputs matrices in standard format. Currently supports matrices of up to 10x10 size.

Supported Matrix Operations

  • Matrix Scalar Multiplication
  • Matrix Addition
  • Matrix Multiplication
  • Matrix Transpose
  • Determine the RREF of a Matrix (Reduced Row Echelon Form)
  • Find the Determinant of a Matrix [IN PROGRESS]
  • Inverse a Matrix [IN PROGRESS]
  • Feel free to suggest more algorithms!

About

A simple matrix calculator coded in C++. Looking forward to expanding operations by designing new algorithms for the more complex operations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages