Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
The function DETCHECK checks the determinant of the submatrices of A in the relation Ax=b. And if it finds the determinant of a submatrix of A to be 0, it interchanges the order of the submatrices and hence the equations.
This function is supplementary to POLYPLOT.m
https://de.mathworks.com/matlabcentral/fileexchange/69438-polyplot
Usage: DETCHECK(A,b)
Input:
A - matrix.
b - vector.
Output:
The outputs are the rearranged matrices A and b
Author: Shahariar Hassan (Technical University of Kaiserslautern)
Date: 17.11.2018
Zitieren als
Shahariar Hassan (2026). DETCHECK (https://de.mathworks.com/matlabcentral/fileexchange/69463-detcheck), MATLAB Central File Exchange. Abgerufen .
Allgemeine Informationen
- Version 2.0.0 (1,46 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 2.0.0 | Previous version could only check for singularity only once. This version fixes the issue. |
||
| 1.2.0 | Minor bug fix. |
||
| 1.0.1 | Supplementary to POLYPLOT.m |
||
| 1.0.0 |
