mtx_d(A,D,d)
版本 1.1.0.0 (340 字节) 作者:
Feng Cheng Chang
Making given matrix altered to have a certain constant for its determinant
Given a non-singular matrix A, an arbitrary matrix D and a spesfic constant d, applying the following routine
[M,s] = mtx_d(A,D,d)
to find a scaler s and the resulted matrix M, such that
M = A + D*s and det(M) = d.
The constant d may be real or complex. Specially, if d = 0, then M is a singular matrix.
引用格式
Feng Cheng Chang (2024). mtx_d(A,D,d) (https://www.mathworks.com/matlabcentral/fileexchange/48529-mtx_d-a-d-d), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R12
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Region and Image Properties >
在 Help Center 和 MATLAB Answers 中查找有关 Region and Image Properties 的更多信息
标签
致谢
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!