필터 지우기
필터 지우기

Express a matrix as product of elementary matrices

조회 수: 4 (최근 30일)
Shaukhin
Shaukhin 2023년 4월 1일
답변: KSSV 2023년 4월 1일
How to express a matrix as a product of some necessary elementary matrices? Is there any function in matlab?
  댓글 수: 1
Dyuman Joshi
Dyuman Joshi 2023년 4월 1일
What does "necessary elementary matrices" mean?
Can you give an example?

댓글을 달려면 로그인하십시오.

답변 (1개)

KSSV
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)
c = 1×2
2 5

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by