/pyMAOS

Code built from Matrix Analysis of Structures by Aslam Kassimali

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

pyMAOS

Matrix Analysis of Structures in Python

Linear static analysis of 2D Truss and Plane Frames

Primary Reference Matrix Analysis of Structures by Aslam Kassimali

To-Do:

  • Shear Deformations
  • Refactor code to use Numpy Array instead of Matrix
  • Fix all locations that use a single dimension Array to use a 2 dimensional array consistent with column/row vector indexing.