Build Your Own Matrix Library

Build Your Own Matrix Library

In this project, you will implement a library for matrix manipulation. This project is designed with the purpose of inspecting the object-oriented and control flow concepts.

Results❓

After completing this project, You’d be able to

  • Add two matrices
  • Multiply two matrices
  • Add matrices in series
  • Multiply matrices in series
  • Switch between multiplication and addition
  • Intensify the magnitude of the matrix.

Happy coding!

Get ready and code like a crackerjack. Good luck!

✏️ Note: There are two separate text files matrix1.txt and matrix2.txt. You may read the matrices from them. You can even create your own test matrices directly by using the Matrix class.