Finding accurate inverse of binary circulant matrix
I would like to find the inverse of a binary circulant matrix using MATLAB. I have the 24×24 binary circulant matrix stored in BCM and use the function inv(BCM) and I get a lot of garbage values. I have the inverse matrix that I am expecting to get, which is the multiplicative inverse of BCM. When I multiply them in MATLAB, I get the identity matrix which is correct. However, I’m going to need to calculate new inverses of new matrices and would like to do so with MATLAB instead of guessing over and over. How can I do this?
Both BCM and it’s inverse are stored in the attached Excel spreadsheet. Thank you!
Garbage Values:I would like to find the inverse of a binary circulant matrix using MATLAB. I have the 24×24 binary circulant matrix stored in BCM and use the function inv(BCM) and I get a lot of garbage values. I have the inverse matrix that I am expecting to get, which is the multiplicative inverse of BCM. When I multiply them in MATLAB, I get the identity matrix which is correct. However, I’m going to need to calculate new inverses of new matrices and would like to do so with MATLAB instead of guessing over and over. How can I do this?
Both BCM and it’s inverse are stored in the attached Excel spreadsheet. Thank you!
Garbage Values: I would like to find the inverse of a binary circulant matrix using MATLAB. I have the 24×24 binary circulant matrix stored in BCM and use the function inv(BCM) and I get a lot of garbage values. I have the inverse matrix that I am expecting to get, which is the multiplicative inverse of BCM. When I multiply them in MATLAB, I get the identity matrix which is correct. However, I’m going to need to calculate new inverses of new matrices and would like to do so with MATLAB instead of guessing over and over. How can I do this?
Both BCM and it’s inverse are stored in the attached Excel spreadsheet. Thank you!
Garbage Values: matrix, matrices, binary, circulant matrix, inverse MATLAB Answers — New Questions