Optimal method to invert symbolic matrix

asked 2019-08-06 01:04:16 +0200

Richard_L gravatar image

If I read the source code correctly, a matrix defined over SR is inverted by the Moore-Penrose pseudo-inversion. For a real, symmetric, symbolic, full-rank matrix, is this algorithm optimal? Or is there another algorithm that would be a) less memory intensive, and/or b) less time-consuming. [In my particular case, the attempted inversion of a 4x4 matrix runs out of memory (8 GB) after approximately 15 hours.]

edit retag flag offensive close merge delete

Comments

2

Could you please provide your 4x4 matrix ?

tmonteil gravatar imagetmonteil ( 2019-08-06 07:33:47 +0200 )edit