Based on Octave functions, this program is a simulator that uses dynamic memory allocation in order to perform numerical calculations. The purpose of this program is to represent in memory a matrices ...
In this problem, we needed to dynamically allocate several matrices in memory to perform different operations based on the input characters. We created several functions which we used to perform the ...