Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 392 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 392 Bytes

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.