Assembling Stiffness Matrices
Assembling Stiffness Matrices
(OP)
Hello everyone...
I am wondering if anyone can help me with my question below.
I am cyrrently revising FEA theory (last time was at uni, several years ago...)and I am having problems with putting stifness matrices together (MANUALLY)(takes a very long time).I would like to know of any software (freeware would be even better) for manipulating matrices and solving for the required unknows...
Can anyone help me????????
I am wondering if anyone can help me with my question below.
I am cyrrently revising FEA theory (last time was at uni, several years ago...)and I am having problems with putting stifness matrices together (MANUALLY)(takes a very long time).I would like to know of any software (freeware would be even better) for manipulating matrices and solving for the required unknows...
Can anyone help me????????
RE: Assembling Stiffness Matrices
1. Design structures with three or less elements and use a slide rule for Gaussian Elimination, etc. calcs. :)
2. Seriously... My good old reliable HP-28S has excellent array capabilities, and can work with 100 x 100 matricies (although they'd better be sparse!). It's best, I've found, for checking; anything past and 8 x 8 matrix just takes too long to input. You can also program it to solve for {a} in[K]{a} = {f}, as {a} = [K]^-1{f}.
3. Even better, most of the commercial spreadsheets, except the bare-bones "works" packagages (you can still write a good macro, though) come with matrix algebra capabilities built-in. Back in 1990, Wingz and Quattro Pro and the one made by M$ had transpose options as a selection on the "paste special" menu item. I'm pretty sure that one made by M$ (...I'm not a fan, but I use their software at work...) has an "inverse" function built-in as well.
4. There are a lot of shareware programs out there for matrix algebra, though frankly the ones I've checked out (I looked at a couple for the Mac in 1995 and decided not to bother) are "clunky" in that the input is labor-intensive and the programs are surprisingly non-intuitive; it's as though the programming emphasis was put on *teaching* matrix manipulation rather than *using* it if you know what I mean.
Conclusion: I would first examine the spreadsheets available to me before looking to stand-alone programs (if you have an old VAX you might find MATLAB lying around, but...)
RE: Assembling Stiffness Matrices
They have an executable for Windows (and other OSs).
RE: Assembling Stiffness Matrices
I will try your suggestions.
RE: Assembling Stiffness Matrices
(www.octave.org)
RE: Assembling Stiffness Matrices
RE: Assembling Stiffness Matrices