Buckets:
| from vib_undamped import solver, plot_empirical_freq_and_amplitude | |
| from math import pi | |
| dt_values = [0.1, 0.05, 0.01] | |
| u_cases = [] | |
| t_cases = [] | |
| for dt in dt_values: | |
| # Simulate scaled problem for 40 periods | |
| u, t = solver(I=1, w=2*pi, dt=dt, T=40) | |
| u_cases.append(u) | |
| t_cases.append(t) | |
| plot_empirical_freq_and_amplitude(u_cases, t_cases, I=1, w=2*pi) | |
| raw_input() | |
Xet Storage Details
- Size:
- 374 Bytes
- Xet hash:
- 3d05e3f305f01f156142309651e4408e589a8605227fdc9b1e207b9d21a369d6
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.