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!