유한 수학 예제

행렬 방정식 풀기 [[x],[y]]=[[3,-4],[-5,7]][[m],[n]]
단계 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
Write as a linear system of equations.
단계 3
연립방정식의 미지수를 소거합니다.