Develop a class of matrices in C ++. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Develop a class of matrices in C ++.

Develop a class of matrices in C ++. In the constructor of the class, a two-dimensional array of size is passed, which is entered by the user from the keyboard (use dynamic arrays) in the main program (main function). In the class, the methods of searching for the matrix determinant must be implemented, as well as the functions for adding matrix objects (when adding two matrix objects, the output should be a new matrix object that contains the sum of two other matrix objects) and subtraction. Please help

19th Nov 2019, 3:11 PM
Aleks Black
Aleks Black - avatar
1 Answer
+ 5
Where is your attempt? We are willing to help, but how will we get to know that you are interested or not then you should also show us by shareing your attempt
19th Nov 2019, 3:13 PM
Arsenic
Arsenic - avatar