Is There a Method to Find the Inverse of a Singular Matrix?

  • Thread starter Thread starter AsadHanif
  • Start date Start date
  • Tags Tags
    Inverse Matrix
AsadHanif
Messages
1
Reaction score
0
Hi

I want to find inverse of singular matrix...
Is there any method to find it?

Please help me out...

Thanks in advance...
 
Physics news on Phys.org
Any idea why your question doesn't make any sense at all?
 
AsadHanif said:
Hi

I want to find inverse of singular matrix...
Is there any method to find it?

Please help me out...

Thanks in advance...


By definition, a singular matrix is a non-invertible square matrix. Your question makes no sense.
 
Step one: Find a square circle...
 
Any matrix can be inversed. See the link
http://web.mse.uiuc.edu/group/downloads/Aftab/Vufoils%20from%20Hang%20Xiao%202-2-10/euclid.bsmsp.1200514113.pdf

In case of non singular square matrix it is done by the most recognized method.( Butb thgat does not mean only non singular matrix can be inversed)
For the java implementation of this method can see
http://commons.apache.org/math/api-1.2/org/apache/commons/math/linear/RealMatrix.html

Regards
Rajhans
 
Last edited by a moderator:
This thread is over 2 years old.
 
Back
Top