The EST method -- http://www.e-uni.ee/e-kursused/estmethod/ -- http://digi.lib.ttu.ee/estmethod/ESTmethod.pdf -- is a general computational method, for solving boundary value problems for the structural analysis of frames, beams, and trusses. Differential equations are considered here together with a set of boundary conditions. Compatibility equations for joint displacements and equilibrium equations for member end forces at joints serve as boundary conditions. The EST method programs written in GNU Octave language assemble and solve sparse systems of equations with unknown member end displacements and forces. The analysis technique is illustrated with numerous examples http://digi.lib.ttu.ee/estmethod/EST_method_examples.pdf accompanied with GNU Octave programs:
http://www.e-uni.ee/e-kursused/estmethod/node70.html.
Keywords: general method, boundary value problem, frames, beams, trusses, structural analysis, compatibility equations, equilibrium equations, boundary conditions, sparse systems of equations, GNU Octave programs
The EST method is used in the textbook (with videos and programs in Estonian)
http://digi.lib.ttu.ee/opik_eme/Ehitusmehaanika.pdf
http://www.e-uni.ee/e-kursused/ehitusmehaanika/Ehitusmehaanika.html
Fourth order differential equation ( Vibration analysis)
It is with great pleasure to have this opportunity and message you through this Website. I am really pretty impressed with hard effort for production of this book.
I have taught Finite element method for several years at University and now I am thinking to applied your method entitled EST method in my classe room.
I am also looking ,if we have the opportunity in collaboration with you , to use this method for vibrations analysis of structures beam and plate.
Best regards
Improved version of first example
Hey! I took some time to simplify the very first of ESTmethod examples (written in Octave). The original version worked fine but was a little hard to follow. To fix this I did the following:
The code itself is available from github: https://github.com/ESTmethod/ESTmethod-octave/
It accompanies the first example in http://digi.lib.ttu.ee/estmethod/EST_method_examples.pdf and can be easily adapted to solve almost any 2D frame.
Please fork it in github, make suggestions and improvements, all feedback is welcome :)