0% found this document useful (0 votes)
121 views1 page

Assignment 13 Matrix 1 Q1. Q2. - Q3. Q4. Q5. Q6. Write A Q7. Write A C Program For Q8. Write A C Program For Q9. Write A Q10. Q11. Q12

This document outlines 12 questions for a C programming assignment involving operations on matrices. The questions cover: adding, subtracting, and multiplying matrices; finding the sum of diagonal elements and transpose of a matrix; calculating the inverse and checking properties of matrices like lower/upper triangular, identity, equality, and sparseness. The assignment aims to practice various matrix calculations and properties in C programming.

Uploaded by

Deep Raj Jangid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
121 views1 page

Assignment 13 Matrix 1 Q1. Q2. - Q3. Q4. Q5. Q6. Write A Q7. Write A C Program For Q8. Write A C Program For Q9. Write A Q10. Q11. Q12

This document outlines 12 questions for a C programming assignment involving operations on matrices. The questions cover: adding, subtracting, and multiplying matrices; finding the sum of diagonal elements and transpose of a matrix; calculating the inverse and checking properties of matrices like lower/upper triangular, identity, equality, and sparseness. The assignment aims to practice various matrix calculations and properties in C programming.

Uploaded by

Deep Raj Jangid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

C Programming

Assignment 13
Q1.
Q2.
Q3.
Q4.
Q5.
Q6.
Q7.
Q8.
Q9.

Matrix

Write a c program for addition of two matrices.


Write a c program for subtraction of two matrices.
Write a c program for multiplication of two matrices.
Write a c program to find out sum of diagonal element of a matrix.
Write a c program to find out transport of a matrix.
Write a c program to find inverse of a matrix
Write a c program for Lower triangular matrix.
Write a c program for Upper triangular matrix.
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

You might also like