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!