유한 수학 예제

행렬 간단히 하기 [[m,n],[p,q]]*[[x,y],[z,w]]+[[r,s],[t,u]]
단계 1
을 곱합니다.
자세한 풀이 단계를 보려면 여기를 누르십시오...
단계 1.1
Two matrices can be multiplied if and only if the number of columns in the first matrix is equal to the number of rows in the second matrix. In this case, the first matrix is and the second matrix is .
단계 1.2
첫 번째 행렬의 각 행에 두 번째 행렬의 각 열을 곱합니다.
단계 2
해당하는 원소를 더합니다.