Thread Closed

Sparse matrix inversion

 
Share Thread Thread Tools
Jan31-10, 09:10 PM   #1
 

Sparse matrix inversion


Hello everyone!

I need to find the vector x in the problem A.x = b
I have matrix A and vector b.
Inverting the matrix would do it, but in my case, the matrix is quite big. Luckily, it is extremelly sparse (lots of 0), so I guess there could be some way to take advantage of it.
The best approach I found is the Biconjugate Gradient method. Doing LU decomposition is too slow.
The exact answer is not needed. I only need to get x to a reasonable accurate result, so I think there could exist some methods using random numbers, annealing or something else faster than Biconjugate Gradient.
Someone has some ideas?

Best regards
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Thread Closed
Thread Tools


Similar Threads for: Sparse matrix inversion
Thread Forum Replies
Seg fault in Sparse Matrix Code (due in 2.5 hours) Engineering, Comp Sci, & Technology Homework 0
Sparse matrix library General Math 0
Sparse Matrix solver in VB Programming & Comp Sci 1
Matrix Inversion Precalculus Mathematics Homework 3