Nuacht

obj=ss.beam([[1,10],[3,9],[4,8],[7,2],[9,12]],15,7) #beam class needs 3 attributes.....1) an array of [point load position from left end,value of point load] 2) length of the beam 3)value of uniformly ...
This program tries to calculate and display the sheer force diagram and bending moment diagram when load values are given. I am still working on this project and will try actively try to improve it ...