1 Pages (3 items)
Best method for Solving System of Linear equations - Messages
#1 Posted: 10/6/2012 8:39:51 PM
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
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
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
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
WroteIterative 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 222 time(s).
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 Pages (3 items)
-
New Posts
-
No New Posts