License, disclaimer of liability, and limited warranty


: Write a C program to multiply two matrices, giving keyboard entries



Download 2,08 Mb.
Pdf ko'rish
bet210/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   206   207   208   209   210   211   212   213   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

2: Write a C program to multiply two matrices, giving keyboard entries.
Solution 2:
 
Two matrices are multiplied when the number of columns of the first matrix matches
with the number of rows of the second matrix.
 The program is as follows:
#include
main( )
{
   int a[10][10], b[10][10], c[10][10];
   int i, j, k, row1, row2, col1, col2;
   printf(“\n\tEnter the number of rows and columns of first matrix:”);
   scanf(“%d%d”, &row1, &col1);
   printf(“\n\tEnter the number of rows and columns of second matrix:”);


   scanf(“%d%d”, &row2, &col2);
   if (col1 = = row2)
    {
      printf(“\nEnter the elements of first matrix (%d * %d)\n”,    row1, col
1);
      for (i=0; i       {
         for(j=0; j          {
               scanf(“%d”, &a[i][j]);
          }
       }
      printf(“\nEnter the elements of second matrix (%d *     %d)\n”, row2, c
ol2);
      for (i=0; i       {
         for(j=0; j          {
               scanf(“%d”, &b[i][j]);
         }
      }
     for(i=0; i      {
        for(j=0; j         {
              c[i][j] = 0;
              for(k=0; k                    c[i][j] += a[i][k] * b[k][j];
         }
      }
      printf(“\nMultiplication of two matrices is: “);
      for(i=0; i       {
        printf(\n”);
        for(j=0; j         {
              printf(“%d\t”, c[i][j]);
         }
       }
     }
     else
      {
     printf(“\nColumns of first matrix and rows of second ma trix do not matc
h”);
     printf(\nPlease re-enter correct dimensions of both the matrices”);
     }
}

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   206   207   208   209   210   211   212   213   ...   393




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish