c program for upper triangular matrix

Download C Program for Upper Triangular Matrix

If you can't read please download the document

Upload: animesh

Post on 08-Dec-2015

222 views

Category:

Documents


4 download

DESCRIPTION

C program to show that the product and sum of two upper triangular matrices is a upper triangular matrix

TRANSCRIPT

#include #include int main(int argc, char *argv[]){ int i=0,j=0,k=0,a[5][5],b[5][5],c[5][5],d[5][5];printf("Enter the elements of matrix A\n");for(i=0;i