In the Matlab command input the following matrices.
조회 수: 1 (최근 30일)
이전 댓글 표시
In the Matlab command input the following matrices.
1. A matrix with 2x2 order
2. B matrix with 2x2 order
3. C matrix with 2x2 order
Then do the following operations:
- diagonal of (A+B+C)
- |ABC|
- (A+B)C=AC+BC
- det(A)=det(A')
댓글 수: 1
Jon
2020년 11월 18일
What is your question? I suggest that you first attempt to write some code and then post your code and then ask specific questions regarding problems you may be having with your program. If you need to learn the basics of MATLAB in order to get started I would suggest first completing the MATLAB On Ramp https://www.mathworks.com/learn/tutorials/matlab-onramp.html
답변 (1개)
Srivardhan Gadila
2020년 11월 23일
Then you can refer to the documentation of the following: trace, mtimes, *, plus, +, transpose, .' and det.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!