Problem 45221. cofactor matrix
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
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?
Solution Comments
Show commentsProblem Recent Solvers27
Suggested Problems
-
Return a list sorted by number of occurrences
2888 Solvers
-
Find common elements in matrix rows
2712 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
395 Solvers
-
182 Solvers
-
114 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!