0% found this document useful (0 votes)
10 views

C-Lab_Task8

The document outlines a laboratory practice for C programming focused on multi-dimensional arrays. It includes instructions to write and execute several specific programs related to matrix operations, such as transposing a matrix, counting elements, checking for upper triangular and symmetrical matrices, and performing matrix multiplication and addition. The author is Rutvik Sheth, an M.Tech student at D.D.U, Nadiad.

Uploaded by

Rutvik Sheth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

C-Lab_Task8

The document outlines a laboratory practice for C programming focused on multi-dimensional arrays. It includes instructions to write and execute several specific programs related to matrix operations, such as transposing a matrix, counting elements, checking for upper triangular and symmetrical matrices, and performing matrix multiplication and addition. The author is Rutvik Sheth, an M.Tech student at D.D.U, Nadiad.

Uploaded by

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

C-Programming – I

Laboratory practice
programs-8

Multi dimensional arrays


-Rutvik Sheth
M.Tech (Structures)
D.D.U, Nadiad
WRITE THE FOLLOWING PROGRAMS AND
THEN EXECUTE THEM:
 Write a program to print transpose of a matrix.
 Write a program to count number of positive, negative and zero
elements from 3x3 matrix.
 Write a program to check whether a matrix is upper triangular
matrix or not.
 Write a program to print Pascal’s triangle using 2-D array.
 Write a program to scan two matrices A and B and find A*B and
|A+B|.
 Write a program to check whether a matrix is symmetrical
matrix or not.

2
Rutvik Sheth
Thank you

3
Application of Neural Network for Design of RCC Column

You might also like