Write your program and if you are having a problem post it here with a description of the problem you are having.
What you are asking is for someone to do your homework for you.
A C-program can be written for matrix addition and multiplication simply by using the two dimensional array function.
Poor boy
C Examples on Matrix OperationsA matrix is a rectangular array of numbers or symbols arranged in rows and columns. The following section contains a list of C programs which perform the operations of Addition, Subtraction and Multiplication on the 2 matrices. The section also deals with evaluating the transpose of a given matrix. The transpose of a matrix is the interchange of rows and columns.The section also has programs on finding the trace of 2 matrices, calculating the sum and difference of two matrices. It also has a C program which is used to perform multiplication of a matrix using recursion.C Program to Calculate the Addition or Subtraction & Trace of 2 MatricesC Program to Find the Transpose of a given MatrixC Program to Compute the Product of Two MatricesC Program to Calculate the Sum & Difference of the MatricesC Program to Perform Matrix Multiplication using Recursion
Write a program to add two matrices using the concept of arrays.
using multidimensional array
I want to make dynamic matrix multiplication
Yes but why.
Check related links
==Maybe==
Matrix can be created using Multidimensional array in C.To perform a Matrix Multiplication the number of columns of the first matrix should be equal to number of rows of the second matrix. The basic Code involved in this process is C[i][j]+=A[i][p]*B[p][j]; Here C refers to product matrix A and B refers to Source matrices respectively.
trace of a matrix using functions in c language
A program which is used to count the number of numbers in an array using a 8085 microprocessor is known as a assembly language program.