32) C PROGRAM TO FIND THE ADDITION OF TWO MATRIX
LOGIC:- take two 2-dimensional array which we seen as a matrix.Insert value in both the array..print the value so it is visible like in matrix as value is inserted using two for loop similarly create a third array empty . Store the sum value of both the matrix in third empty matrix.
EXAMPLE:-
LOGIC:- take two 2-dimensional array which we seen as a matrix.Insert value in both the array..print the value so it is visible like in matrix as value is inserted using two for loop similarly create a third array empty . Store the sum value of both the matrix in third empty matrix.
EXAMPLE:-
MULTIPLICATION OF TWO MATRIX:-----
EXAMPLE:-
TASK"""TAKE SIZE OF MATRIX ALSO FROM THE USER"""
Comments
Post a Comment