- 1

Hey guys please help me out these stuffs... in c++

-write in c++ Arrays Matrix Problem Write a program to declare a 2-dimensional Matrix A of size R X C, and input values in all elements then do the following (Note: For each of the task given below, make sure that you implement it in a separate function and call it from main function.) a) Find the Smallest and Largest Element in Matrix A b) Find Sum of each Row and Column of Matrix A c) Find the Sum of the Diagonals of matrix A. d) Find Transpose of Matrix A e) Check whether the Matrix you entered is an identity matrix or not. 2- Matrix Problems Write a program to declare 2 Matrices A and B of size R X C, and M X N respectively and input values in both matrices then do the following (Note: For each of the task given below, make sure that you implement it in a separate function and call it from main function.) a) Check equality of matrix A and B b) Find sum of A and B if possible c) Find difference of A and B if possible

16th Dec 2020, 6:00 PM
Sultan Mehmood
2 Antwoorden
0
Thank u
16th Dec 2020, 7:57 PM
Sultan Mehmood