Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 308 Bytes

File metadata and controls

6 lines (5 loc) · 308 Bytes

Applied Mathematics for Mechanical Engineering

Creating a repository to demonstrate Fourier Analysis using Fortran

  1. Create a function to calculate f(x)
  2. Comparing f(x) with a0/2 + sum(a_ncos(npix/L) + b_nsin(npix/L))
  3. Plotting charts with Gnuplot using "execute_command_line" in Fortran