Skip to content

zjw314/matrixplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b7cc0f5 · Aug 3, 2021

History

4 Commits
Aug 2, 2021
Aug 2, 2021
Aug 3, 2021
Aug 2, 2021
Aug 2, 2021
Aug 3, 2021
Aug 3, 2021
Aug 3, 2021
Aug 3, 2021

Repository files navigation

matrixplusplus

matrixplusplus is a 2D matrix library written in C++. Matrices have 1 based indexing and values are stored as doubles.

Functionalities include:

  • Creating and displaying a matrix
  • Editing a matrix
  • Adding and multiplying matrices
  • Finding the determinant of a matrix
  • Finding the row echelon form of a matrix
  • Finding the reduced row echelon form of a matrix
  • Finding rank and nullity of a matrix

Please see demo.cpp for how to use this library. Enjoy!