Interactive Shear And Bending Moment Graph plotting in python using Jupyter Notebook In this blog we are going to learn how to shear force and bending moment diagram of …
Read moreHow to make a arc between two lines in python Code : from numpy import * from matplotlib.pyplot import * theta = eval(input("Enter the value of theta")) t = l…
Read moreHow to plot parabola in Python Code for python user friendly import matplotlib.pyplot as plt import numpy as np x = np.linspace(-50,50,100) y = x**2 plt.plot(x,y) plt.…
Read moreIn this blog we will learn how to make connecting rod mechanism in python from matplotlib.pyplot import * from numpy import * from ipywidgets import interactive def f…
Read more
Social Plugin