Matrix

Project information

  • Course: Systems Programming
  • Project date: Fall 2021
  • Programming Language/Frameworks: C++
  • Project URL: Github

With this program, you can create matrices and carry out operations on them. To test the program, a matrix object is created, and its size is determined. Once the size is established, the program will allocate memory dynamically to a 2D array of that size. You can enter or modify values of your choice for each cell. Then, you can carry out scalar operations or create additional matrices to perform operations between them. This program provides options to add, subtract, multiply, divide, transpose, and print matrices.

Designed by BootstrapMade