•  
      tasks #45144 Multiply two matrices
    #45144
    Ritish Singh (ritish31)
    2022-08-16 07:57
    2022-08-16 07:57
    Details
    Multiply two matrices
    We will use nested loops which are simply a loop within a loop, to multiply the matrices and store them in a resultant matrix. We will use three loops, the first loop will be for iterating through rows of matrix A and the second loop will be for iterating through the columns of matrix A and the third loop will iterate the rows of matrix B.
    5 - Medium
    State of Progress
    2022-05-10
    100
    2022-05-12
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-11
    Closed
    Attachments
    References
    References list is empty