Python Program For Matrix Multiplication

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 105

  • @gawthami5956
    @gawthami5956 4 ปีที่แล้ว +13

    i was confused how the results added ..thank you for such clear explanation .you guys are the best ..explanation is so clear and at slow pace that anybody can understand

    • @AmulsAcademy
      @AmulsAcademy  4 ปีที่แล้ว +2

      Glad it was helpful! :)

  • @OLIARULA
    @OLIARULA 5 ปีที่แล้ว +3

    Best tutor who teaches each and every concept clearly.

  • @minatokamikaze7386
    @minatokamikaze7386 3 ปีที่แล้ว +7

    Love you Darling, bcz your way to solving it is the way i was trying to find but everyone solved it in a very same way through constructing a final matrix and appending values in it. But you did it in a very same way i was in search.

  • @ganisettibhanu5979
    @ganisettibhanu5979 4 ปีที่แล้ว +6

    Thank you for your explanation. Your voice is soo sweet 🥰

  • @dharmatejajaddu2076
    @dharmatejajaddu2076 3 ปีที่แล้ว +1

    u r explanation is simply superb. And everyone easily understand..

  • @Anonymous_TheHacker
    @Anonymous_TheHacker 4 ปีที่แล้ว +1

    Supereb expalantion ,i watched many videos on matriz multiplication on youtube but didnt understood,but this video was very simple to understand matriz multiplication

  • @aarishmahmood8865
    @aarishmahmood8865 4 ปีที่แล้ว +2

    Your voice is so sweet. My half focus was on your voice, yet i completely understood it.
    Hats off!

  • @chandrimashreetama961
    @chandrimashreetama961 ปีที่แล้ว

    Thank you for clearing my concept

  • @afzalkhanpathan105
    @afzalkhanpathan105 11 หลายเดือนก่อน

    What an awesome explanation

  • @jyothisaprabhakar7392
    @jyothisaprabhakar7392 ปีที่แล้ว

    Explained very well!

  • @ashutoshmishra8812
    @ashutoshmishra8812 4 ปีที่แล้ว +1

    for the logic direct go to 14:00

  • @RohanOxob
    @RohanOxob 3 ปีที่แล้ว +1

    Thank you mam this tutorial helped me a lot.

  • @mayurjaiswal8412
    @mayurjaiswal8412 3 ปีที่แล้ว +1

    thanks a lot...for making it easy to undeestand

  • @pinkyg7078
    @pinkyg7078 3 ปีที่แล้ว +1

    very nice and clear explanation. Thank you

  • @therealthinker9085
    @therealthinker9085 10 หลายเดือนก่อน

    Thanks a lot sis ❤

  • @daradashs9307
    @daradashs9307 2 ปีที่แล้ว

    Thanks that is very useful

  • @radhikasony4262
    @radhikasony4262 3 ปีที่แล้ว +1

    very useful and clear

  • @suhasinil3291
    @suhasinil3291 5 ปีที่แล้ว +2

    here pasting entire code:
    ro_p = int(input('number of rows in A = '))
    co_n = int(input('number of columns in A /number of rows in B = '))
    colB_q = int(input('number of columns in B = '))
    print("enter elements for A: ")
    A=[int(input()) for i in range(co_n) for j in range(ro_p)]
    print("A")
    for i in range(ro_p):
    for j in range(co_n):
    print(format(A[i][j], "

  • @bhavani9873
    @bhavani9873 4 ปีที่แล้ว +1

    Really great video

  • @sahilprasantachoudhury911
    @sahilprasantachoudhury911 4 ปีที่แล้ว +1

    Self referential note: 7:40 ru dekhe

  • @hjgalang4684
    @hjgalang4684 4 ปีที่แล้ว +1

    what's the equivalent code of your matrix1 list comprehension in ordinary loop?

  • @lukadzipkovic8158
    @lukadzipkovic8158 3 ปีที่แล้ว

    Great video

  • @Lu34870
    @Lu34870 4 ปีที่แล้ว +1

    gracias! me ayudo mucho para entender la multiplicacion de matrices!

  • @suhasinil3291
    @suhasinil3291 5 ปีที่แล้ว +1

    Tried to run your code, at step->print(format(matrix1[i][j], "

    • @AmulsAcademy
      @AmulsAcademy  5 ปีที่แล้ว

      give me the full program i will check :)

    • @python_by_abhishek
      @python_by_abhishek 4 ปีที่แล้ว

      It's bracket error. Check brackets.

    • @python_by_abhishek
      @python_by_abhishek 4 ปีที่แล้ว

      In the list comprehension line there are two square brackets.

  • @rajeshnatarajan469
    @rajeshnatarajan469 3 ปีที่แล้ว

    Good explanation

  • @mahiramjani4646
    @mahiramjani4646 5 ปีที่แล้ว +1

    Good mam
    I subscribe your channel now
    Or my question is
    Ki phython se website bna skte h kya
    Python

  • @aviralg
    @aviralg 5 ปีที่แล้ว +2

    maam i m unable to open python 3.8 in my windows 10
    it displays the message of "Port Binding Error" can you help me how to solve this problem

    • @karamthotbhargavi76
      @karamthotbhargavi76 4 ปีที่แล้ว

      It's better to install python 3.7 for windows 10

  • @SumitSinghzz
    @SumitSinghzz 3 ปีที่แล้ว +1

    Hey! I m getting
    TypeError: 'int' object is not subscriptable.
    I m unable to solved this error.even I watched your number pattern program.

    • @AmulsAcademy
      @AmulsAcademy  3 ปีที่แล้ว +1

      May you did something wrong with indexing please check :)

  • @gourim1372
    @gourim1372 2 ปีที่แล้ว

    Thank youu mam❤️😇

  • @Pooja-jb3nj
    @Pooja-jb3nj 4 ปีที่แล้ว +1

    Thank u sis🙇🙇🙇🙇

  • @raghavendramanibommuluri1230
    @raghavendramanibommuluri1230 4 ปีที่แล้ว +3

    thank you so much, your voice is so sweet.

  • @prakharavee6934
    @prakharavee6934 2 ปีที่แล้ว

    what if we want to take user inout and no of colums in matrix 1 is not equal to number of rows in matrix 2

  • @robishankardenre3269
    @robishankardenre3269 5 ปีที่แล้ว +2

    Thank you 🙂🙏🇮🇳

  • @kiranrockzz5267
    @kiranrockzz5267 5 ปีที่แล้ว +7

    1st view n 1st like☺️

  • @nagamohan1412
    @nagamohan1412 3 ปีที่แล้ว +1

    If the matrix1 n not equal to matrix 2 n then how to print the output

    • @AmulsAcademy
      @AmulsAcademy  3 ปีที่แล้ว

      You mean shape of matrix1 and matrix2?

  • @gorvekumar1718
    @gorvekumar1718 4 ปีที่แล้ว +1

    Ma'am thanks alot for ur tutorial...
    but how to multiply two squared matrics of same order?
    Plz tell me

  • @KrishnaManohar8021
    @KrishnaManohar8021 5 ปีที่แล้ว +6

    When you teach python with django 🤔

  • @suhasinil3291
    @suhasinil3291 5 ปีที่แล้ว +1

    Here not able to paste screenshot, pasting part of code below:
    ro_p = int(input('number of rows in A = '))
    co_n = int(input('number of columns in A /number of rows in B = '))
    colB_q = int(input('number of columns in B = '))
    print("enter elements for A: ")
    A=[int(input()) for i in range(co_n) for j in range(ro_p)]
    print("A: ")
    for i in range(ro_p):
    for j in range(co_n):
    print(format(A[i][j], "

    • @AmulsAcademy
      @AmulsAcademy  5 ปีที่แล้ว

      Hi,
      A should be a nested list.
      like this
      A=[[int(input()) for i in range(co_n)] for j in range(ro_p)]
      You are creating a list not a nested list.
      Try this:
      ro_p = int(input('number of rows in A = '))
      co_n = int(input('number of columns in A /number of rows in B = '))
      colB_q = int(input('number of columns in B = '))
      print("enter elements for A: ")
      A=[[int(input()) for i in range(co_n)] for j in range(ro_p)]
      print("A: ")
      for i in range(ro_p):
      for j in range(co_n):
      print(format(A[i][j],"

    • @suhasinil3291
      @suhasinil3291 5 ปีที่แล้ว

      @@AmulsAcademy In your video, hope you are not taking nested list at time stamp 17:00

  • @Vishnu_Datta_1698
    @Vishnu_Datta_1698 3 ปีที่แล้ว +1

    Hi,
    r = [[0 for i in range(len(B))] for i in range(len(A))]
    Can you please explain how to write this in a normal for loop.
    Thank you.

  • @editee8063
    @editee8063 2 ปีที่แล้ว

    Mam how to find large number and small number in a row of a matrix?

  • @sanketkumbhar8887
    @sanketkumbhar8887 3 ปีที่แล้ว

    Where can i get this COde

  • @shaji_na
    @shaji_na 5 ปีที่แล้ว +1

    Sis pls make a video for web developing using python pls..

  • @saitejakuchipudi1761
    @saitejakuchipudi1761 4 ปีที่แล้ว +1

    Please upload calculation of inverse of a matrix

  • @jiya9643
    @jiya9643 4 ปีที่แล้ว +1

    Thank you mam.

  • @kireetikesani9422
    @kireetikesani9422 4 ปีที่แล้ว +1

    Madam,Can your please try to reach Datastructures in python

  • @swaroopasivakumar6600
    @swaroopasivakumar6600 4 ปีที่แล้ว +1

    mam pl post cbse text book based programs so that it will be useful for the students
    class 11 and 12

    • @AmulsAcademy
      @AmulsAcademy  4 ปีที่แล้ว

      if you give questions i can make videos on that :)

  • @Evoleth
    @Evoleth 3 ปีที่แล้ว

    if all you want to do is to multiply:
    result = A.dot(B)
    here A and B are matrixes that you want to multiply

  • @kareemsaheb5438
    @kareemsaheb5438 5 ปีที่แล้ว

    Can u please make a video on python new features in 3.8 version..

  • @jaychandra7254
    @jaychandra7254 4 ปีที่แล้ว

    U'r voice is chooooo...... chweeeeetttttttt.....👌

  • @sachingk8
    @sachingk8 3 ปีที่แล้ว

    if matrix is given how to calculate with conditions?

  • @olgermercado1294
    @olgermercado1294 4 ปีที่แล้ว

    muchas gracias

  • @aero-036srivatsanp9
    @aero-036srivatsanp9 2 ปีที่แล้ว

    mesmerizing voice

  • @selvanm2872
    @selvanm2872 5 ปีที่แล้ว +3

    nice

  • @saikoushik7626
    @saikoushik7626 2 ปีที่แล้ว

    super sister

  • @biswanathchowdhury7322
    @biswanathchowdhury7322 3 ปีที่แล้ว +1

    nothing but has a separate fanbase

  • @nagendravarma8495
    @nagendravarma8495 5 ปีที่แล้ว +4

    Cuteness overloaded 💘

  • @imsubashmj
    @imsubashmj 5 ปีที่แล้ว

    please make a playlist for *Django*

  • @shiprarawat6007
    @shiprarawat6007 4 ปีที่แล้ว

    If possible plz make python program for convert matrix into row echelon form.

  • @Shorts-he8pk
    @Shorts-he8pk 3 ปีที่แล้ว

    S2. S1
    A. 10. A. 5
    B. 20. B. 4
    C. 30. C. 6
    D. 40. D. 8
    *WRITE THE COMMAND TO MULTIPLY THE SERIES OF S1 AND S2* ❤️❤️❤️❤️❤️❤️

  • @SViji-nz9gl
    @SViji-nz9gl 4 ปีที่แล้ว

    Please show the full program

  • @bimabudi8599
    @bimabudi8599 4 ปีที่แล้ว

    Can i got your code?

  • @arindamdas1877
    @arindamdas1877 4 ปีที่แล้ว

    Thanks Bro !!

  • @sudeep2580
    @sudeep2580 3 ปีที่แล้ว

    A=[[1,2,3],[4,5,6],[7,8,9]]
    B=[[2,3],[4,6],[8,9]]
    C=[[0,0],[0,0],[0,0]]
    def matrix_mul(A,B):
    # write your code
    for i in range(0,len(C)):
    for j in range(0,len(C[0])):
    for k in range(0,len(B)):
    C[i][j] += A[i][k]*B[k][j]

    for row in C:
    print(row)
    matrix_mul(A,B)
    How about this code?

  • @chayanroy3723
    @chayanroy3723 3 ปีที่แล้ว +1

    😊😊😊

  • @Sanidkumar
    @Sanidkumar 4 ปีที่แล้ว

    Please provide the code .

  • @Macatho
    @Macatho 2 ปีที่แล้ว

    Use numpy for gods sake

  • @malikmubashar
    @malikmubashar 3 ปีที่แล้ว

    Please provide the source code

  • @pradeepneet7057
    @pradeepneet7057 ปีที่แล้ว

    😮😮