xxkeyxx51
xxkeyxx51
16.04.2020 • 
Mathematics

Note, you have already implemented 3 operators and functions for populating your matrix (2D array). You should include a function to display your matrices and to perform operations on them. You should reshape your matrix to change the number of rows and columns arbitrarily, with the constraint that the number of elements stays constant. For example, you can resize a (3,2) matrix to (6,1) or (2,3). You should also have another function to resize your matrix. That is, to add columns and rows. For example, you should be

Solved
Show answers

Ask an AI advisor a question