calculate the inv of a matric with one constant
이전 댓글 표시
Hello all, I have a simple question. Assume that I have the following matrix. How can I find the inv of this matrix based on "t".
m = [3*t 0 0; 1 t o;0 0 t]; Thank you
댓글 수: 1
James Tursa
2014년 11월 5일
Do you have the Symbolic Toolbox? E.g., can you make t a syms object?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!