SymPy Logo


The second week of coding period ended. During this week, I simply implemented some minor changes suggested by the mentors. However, at the time of merging I faced a lot of merge conflicts as all my PRs made changes to the same file. After dealing with them, the PRs got merged and I am proud to announce that the phase-1 of my project is almost complete.

Few Results of Phase-1

In phase-1, the functions I planned on adding were plotting functions for:

  • Shear Force
  • Bending Moment
  • Slope
  • Deflection
  • All loading results

Four of the above PRs have been successfully implemented and they got merged as well. Here are some example plots that these functions show:

plot_shear_force()

Shear Force


plot_bending_moment()

Bending Moment


plot_slope()

Slope


plot_deflection()

Deflection


I will be pushing the plot_loading_results() function which will display all the above graphs on a single plot. I am pretty sure that the phase-1 will be completed and merged successfully by the end of the upcoming week.