Split a Matrix in two matrices that are in multiplicative nature with each other?
조회 수: 5 (최근 30일)
이전 댓글 표시
Hello,
as an intermediate taste of an assignment I need to split (Wi)
The aim is to find Bi, Ci for the task at hand using Wi. as shown in image
How do I implement this in MATLAB?
댓글 수: 0
답변 (1개)
Pratyush Swain
2023년 10월 2일
Hi Uzair,
I understand you need to perform a task which involves matrix operations in MATLAB.
Please refer to https://www.mathworks.com/help/matlab/math/basic-matrix-operations.html to get started on basic matrix operations in MATLAB.It contains examples on addition,subtraction,multiplication,division and inverse operations on matrices.
Also you can refer a question on similar grounds - https://www.mathworks.com/matlabcentral/answers/470635-how-can-i-separate-a-matrix-into-a-multiplication-of-two-matrices-one-of-real-values-and-the-other-f
Hope this helps.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!