Hello again!
This second set of Python video tutorials demonstrates how to plot a sinusoidal function. Although the concept is simple, the tools used in this example can be extrapolated to many other programming applications. It is one of the first examples given in my structural dynamics class, but many of the underlying concepts are applicable to later programming assignments on numerical methods and nonlinear analysis using Central Difference and Newmark integration schemes.
Part 1: Python Example, numpy arrays
Part 2: Python Example, for loops
Part 3: Python Example, plots and debugging
Leave a Reply