Engineering Math Pre-Req: Quick and Dirty Introduction to Python

This video provides a very high level overview of some basic Python commands we will frequently use in this Engineering Math series. This may be skipped if you already have Python experience or prefer to code in Matlab. Code by Dr. Alan Kaptanoglu Link to Code: Playlist: Course Website: @eigensteve on Twitter %%% CHAPTERS %%% 0:00 Basic Arithmetic 5:52 For Loops and While Loops 13:12 Numpy Arrays: Matrices and Vectors 21:10 Creating Uniformly Spaced Grids with “Linspace“ 28:26 Plotting with Matplotlib 32:25 Solving Linear Systems of Equations, Ax=b 36:34 Solving Differential Equations
Back to Top