![]() |
|
|
#23 |
|
Jun 2009
22·32·19 Posts |
I'd love to see what this method can do with large problems. I do FEM calculations and some of the systems I'm dealing with are >10M variables. They take quite some time even on really powerful machines.
Those matrices are populated very sparsely, so as far as I understand (which is not far at all) this new method wouldn't give much benefit as there are already highly optimized methods for these problems? Our running times roughly correlate with the square of the problem size. |
|
|
|
|
|
#24 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
Quote:
By the way jasonp (or others with the answer), because the matrix is sparse, doesn't that mean that the solution vectors are around as sparse? That would go a long way to reducing the memory requirement. Last fiddled with by Dubslow on 2012-08-24 at 05:29 Reason: (As pointed...) |
|
|
|
|
|
|
#25 |
|
Tribal Bullet
Oct 2004
67258 Posts |
If you did GE on the matrix and wound up with a few variables that have no dependencies, setting those few variables to random bits and back-propagating will produce a completely dense nullspace solution. Setting those few variables to mostly zeros will also lead to a dense solution because the matrix mixes the mostly-zeros very thoroughly, but then you risk the Lanczos iteration failing.
The bound in the paper would mean a matrix of size n with elements in GF_2 needs 400n trial vectors to generate a solution with high probability. FEM calculations don't benefit at all because the method as written only applies to matrices with elements in a finite field. Last fiddled with by jasonp on 2012-08-24 at 11:15 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Solving systems of equations modulo n | carpetpool | carpetpool | 2 | 2017-02-05 20:40 |
| SIQS - problem with solving linear algebra | Dome | Factoring | 14 | 2015-03-06 17:59 |
| Solving linear systems faster than ever... | WraithX | Math | 2 | 2010-10-23 21:27 |
| Solving linear systems modulo n | drido | Math | 3 | 2008-02-08 15:06 |
| Mathematica question-solving systems | Zeta-Flux | Math | 6 | 2005-09-22 21:47 |