Best method for Solving System of Linear equations

Best method for Solving System of Linear equations - Messages

#1 Posted: 10/6/2012 8:39:51 PM
farlanw

farlanw

0 likes in 9 posts.

Group: User

Hi,

What is the best way to solve a system of positive-definite linear equationsusing smath( as used in structural analysis of space frames)?

Elsewhere I have used software that makes use of public domain solver libraries for this. Can these be adapted for use in Smath?

Thanks

farlanw
#2 Posted: 10/6/2012 9:32:38 PM
kilele

kilele

133 likes in 397 posts.

Group: User

Iterative methods are faster than direct for large systems,
for positive definite linear matrices I've read here that PCG ( "preconditioned conjugate gradient method" ) is quite efficient in general.
Wikipedia
Algorithm pseudocode
#3 Posted: 10/7/2012 9:11:27 AM
Davide Carpi

Davide Carpi

1415 likes in 2872 posts.

Group: Moderator

Wrote

Iterative methods are faster than direct for large systems,
for positive definite linear matrices I've read here that PCG ( "preconditioned conjugate gradient method" ) is quite efficient in general.
Wikipedia
Algorithm pseudocode



The sm code for linear systems.


regards,

w3b5urf3r
ConjugateGradient.sm (7 KiB) downloaded 199 time(s).
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
  • New Posts New Posts
  • No New Posts No New Posts