mtx_d(A,D,d)
Version 1.1.0.0 (340 Bytes) by
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.
Cite As
Feng Cheng Chang (2026). mtx_d(A,D,d) (https://www.mathworks.com/matlabcentral/fileexchange/48529-mtx_d-a-d-d), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R12
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Region and Image Properties >
Find more on Region and Image Properties in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: Matrix inverse and determinant
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
