given a matrix, find its cofactor matrix https://en.wikipedia.org/wiki/Minor_(linear_algebra)#Inverse_of_a_matrix
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers29
Suggested Problems
-
Find the peak 3n+1 sequence value
2571 Solvers
-
Find the largest value in the 3D matrix
1677 Solvers
-
Determine Whether an array is empty
814 Solvers
-
Is this triangle right-angled?
6545 Solvers
-
Matlab Basics II - Count rows in a matrix
406 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Why is there a value 4.000000000000001 in the cofactor matrix of problem 4? The matrix is composed entirely of integers, so the cofactors should all be integers as well.
@william .. sorry man-- i overlooked .. i've corrected it now.
sth related to the determinant function- matlab provided that answer. i didn't see that
Why is det(x)*inv(x) not working?