Matrix Exponentiation(SEQ-Spoj) Video Time:20:46
You wrote the Equation for C[i][j]=(C[i][j] + (A[i][x]*B[x][j]))
But Matix B has a size of 1XK then why B[x][j] why not B[x][1]?
Matrix Exponentiation(SEQ-Spoj) Video Time:20:46
You wrote the Equation for C[i][j]=(C[i][j] + (A[i][x]*B[x][j]))
But Matix B has a size of 1XK then why B[x][j] why not B[x][1]?