Making given matrix singular
Version 1.2.0.0 (257 octets) par
Feng Cheng Chang
Making the given matrix singular by adding a matrix with multiplier.
The given square matrix A can becomes a singular matrix M by adding any matrix D with multiplier s. That is,
M = A + D*s,
where s is to be determined, so that M is singular. The scalar s is picked as maximum absolute value among the computed non-zero scalers. If A is singular, then s is zero regardless of D.
Citation pour cette source
Feng Cheng Chang (2026). Making given matrix singular (https://fr.mathworks.com/matlabcentral/fileexchange/41442-making-given-matrix-singular), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R13
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
- MATLAB > Mathematics > Linear Algebra >
En savoir plus sur Linear Algebra dans Help Center et MATLAB Answers
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.2.0.0 | Title name changed to 'Making given matrix singular'. |
||
| 1.1.0.0 | Update the original code so that no restriction on A and D. |
||
| 1.0.0.0 |
