•  
      tasks #45143 Add two Matrices
    #45143
    Ritish Singh (ritish31)
    2022-08-16 07:54
    2022-08-16 07:54
    Details
    Add two Matrices
    In the matrix addition python program using the nested loops, the program is used to iterate through every row and every column. The compiler adds the corresponding elements in the two matrices at each position and stores the result. A matrix can be implemented as a hierarchical list in Python (list inside a list). Each element in the matrix can be thought of as a row.
    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