Adjugate (adjoint) of a Square Matrix

版本 1.0.0.0 (592 字节) 作者: Roger Stafford
Calculates the adjugate (adjoint) matrix for a square matrix.
5.5K 次下载
更新时间 2006/10/18

无许可证

For any n x n matrix, A, with real or complex-valued elements, whether singular or not, its adjugate (also known as its adjoint) matrix, adj(A), is calculated. The svd function is called on to find [u,s,v] = svd(A), and the identity adj(A) = det(u*v')*v*adj(s)*u', which holds even if A is singular, is computed. Tests have shown that the accuracy remains good even up to values of n as large as 32 provided adj(A) does not overflow or underflow matlab's double precision capacity. The definition of the adjugate (adjoint) of matrix A is a matrix in which its element in the i-th row and j-th column is the cofactor of the element of A in the j-th row and i-th column.

引用格式

Roger Stafford (2024). Adjugate (adjoint) of a Square Matrix (https://www.mathworks.com/matlabcentral/fileexchange/12692-adjugate-adjoint-of-a-square-matrix), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R10
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Mathematics and Optimization 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0