Express a matrix as product of elementary matrices
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to express a matrix as a product of some necessary elementary matrices? Is there any function in matlab?
1 commentaire
Réponses (1)
KSSV
le 1 Avr 2023
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 commentaires
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!