You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since you are comparing the first 3 frequencies for problem 1, you may want to graph the 3rd frequency on your convergence plots. All you should need to do is add this to your code:
plt.plot(x,v[:,2],label='3')
The text was updated successfully, but these errors were encountered:
Since you are comparing the first 3 frequencies for problem 1, you may want to graph the 3rd frequency on your convergence plots. All you should need to do is add this to your code:
plt.plot(x,v[:,2],label='3')
The text was updated successfully, but these errors were encountered: