C_60 C program for Matrix Multiplication part 1 | C Language Tutorials

preview_player
Показать описание
In this lecture we will discuss a C Program to for Matrix multiplication

*********************************************

Connect & Contact Me:

Telegram Group Link: Jenny's Lectures
*******************************************

More Playlists:

Tags:
arrays in c, what is array, introduction to arrays in c, c programming, computer science, engineering, programming languages, c language, 2d arrays, two dimensional array in c

#cprogramming #coding #arraysinc #clanguage #jennyslectures
#2DarraysinC
#twodimensionalarrays
Рекомендации по теме
Комментарии
Автор

Dear ma'am, please don't focus on the number of likes.. you are really doing a good job by helping students like me.. you deserve more!

harineepriyaethirajulubr
Автор

a3×4 × b3×2 > cannot multiply > size would be c3×2

a2×3 × b3×2 > can be multiply > size will be c2×2

shashank
Автор

I had came to learn programming, but I also get revision for matrix chapter also.
What a hardworking and dedicated teacher. These are lovely 💕 words from me. Thanks ma'am for such contect no matter where you are teaching just keep going one day this white blackboard change into digital display. We all are here to keep supporting you and also you gain one more subscriber from now.

dheerajkumar-xjtu
Автор

This lecture could even considered under mathematical lectures of MATRIX CHAPTERS, taught very well

hopealive
Автор

1. not possible to multiple because no. of row != column
2. yes we can and a*b is 2*2
thank you Jenny Ma'am for such valuable course!
❤❤❤beauty with brains ❤❤❤

puneethnaika
Автор

I was studied this in b.com graduation. now leaning with c programming

santhoshk
Автор

A2x3 B3x2 we can multiply these two matrix b'coz column of the first matrix is equal to the rows of the second matrix and resultant matrix will be 2x2

VishalRana-meew
Автор

11:52 a 3x4 X b 3x2 cannot be multiplied since columns of a is not equal rows of b, that is 4 not equal to 3.
a 2x3 X b 3x2 can be multiplied since columns of a is equal rows of b, that is 3 is equal to 3. Size of resultant matrix will be 2x2

fatima
Автор

For 1st case we can't multiply and for second case 2*2 matrix means it's size is 24bytes if integer data type take 4 bytes of memory

crickyfire
Автор

Thank you very much. You are a genius. 👍👍🔝🔝🙏🙏

vakhariyajay
Автор

Excellent way of teaching God Bless u 🙏

saurabhtiwari
Автор

Mam you are so beautiful as c programing language❤

Ownquest
Автор

Love your teaching style and you too😁. You are awesome

khatrichettri
Автор

A(3x4) x B(3x2) is not posible A/c to condition N is not equal to P here
in 2nd Question
A(2x3) x B(3x2) is possible and Resultant matrix will be C(2x2)

hariparuchuru
Автор

Dear Madam, your are the one who teaches excellent really I have understood very well I am really thankful to you 👌👌👌👌👌👌👌👌👌👌👌👌👌👌👌👌👌👌👌

Naapellamgamingyt
Автор

We can multiply A2*3 B3*2 as no of columns is equal to no of rows and size will be 4
In first now of columns is not equal to no of rows size will be 6

maliktasaduq
Автор

question 1: we cannot multiply it mam because size is(c<3*2>) and for question 2: we can multiply the given matrix mam and the size is(c<2*2>) because row of 1st matrix is equal to column of 2nd matrix

GSLVKJAYANTHI
Автор

maam please atleast do3 videos maam per day. my placements r coming toomuch near.i am following u r channel only because i thought this is the best channel

ancharavali
Автор

Mam you are helping many students so thank you

PrincePandit_
Автор

Q1. We cannot multiply
Q2.We can multiply size would be 4

aniketkumar