Express a matrix as product of elementary matrices
10 ビュー (過去 30 日間)
古いコメントを表示
How to express a matrix as a product of some necessary elementary matrices? Is there any function in matlab?
1 件のコメント
回答 (1 件)
KSSV
2023 年 4 月 1 日
If you have a number, you can try to get its multiples or product of numbers using:
x = 10;
v = 2:x/2;
c = v(mod(x,v)==0)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!