Solving a Matrix Equation
이전 댓글 표시
Dear Can anybody please guide me how to solve the following matrix equation in Matlab A*B^-1*C=0 Where A,B,C and 0 are matrices and one needs to solve for C
답변 (1개)
Walter Roberson
2013년 11월 6일
0 개 추천
You mean like finding the null space of A*B^(-1) ? See null() and see the "\" operator.
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!