13.matrix

1
C Programming Assignment 13 Matrix 1 Q1. Write a c program for addition of two matrices. Q2. Write a c program for subtraction of two matrices. Q3. Write a c program for multiplication of two matrices. Q4. Write a c program to find out sum of diagonal element of a matrix. Q5. Write a c program to find out transport of a matrix. Q6. Write a c program to find inverse of a matrix Q7. Write a c program for Lower triangular matrix. Q8. Write a c program for Upper triangular matrix. Q9. Write a c program to Calculate the Sum of the Elements of each Row & Column. Q10. Write a c program to Check if 2 Matrices are Equal. Q11. Write a c program to Check if a given Matrix is an Identity Matrix. Q12. Write a c program to Determine if a given Matrix is a Sparse Matrix. Designed by Er. Deep Raj Jangid

Upload: deep-raj-jangid

Post on 27-Jan-2016

215 views

Category:

Documents


2 download

DESCRIPTION

c

TRANSCRIPT

Page 1: 13.matrix

C Programming

Assignment 13 Matrix 1

Q1. Write a c program for addition of two matrices.

Q2. Write a c program for subtraction of two matrices.

Q3. Write a c program for multiplication of two matrices.

Q4. Write a c program to find out sum of diagonal element of a matrix.

Q5. Write a c program to find out transport of a matrix.

Q6. Write a c program to find inverse of a matrix

Q7. Write a c program for Lower triangular matrix.

Q8. Write a c program for Upper triangular matrix.

Q9. Write a c program to Calculate the Sum of the Elements of each Row & Column.

Q10. Write a c program to Check if 2 Matrices are Equal.

Q11. Write a c program to Check if a given Matrix is an Identity Matrix.

Q12. Write a c program to Determine if a given Matrix is a Sparse Matrix.

Designed by Er. Deep Raj Jangid