0% found this document useful (0 votes)
3 views

Numerical integration method python codes

The document covers various numerical methods including Gauss Quadrature Methods (Gauss Legendre, Gauss Laguerre, and Gauss Hermite), operations on complex numbers, and the Fast Fourier Transform (FFT). It highlights the applications of FFT in sound analysis, oscilloscopes, and orbital mechanics, emphasizing its efficiency over the Discrete Fourier Transform. Additionally, it mentions boundary value problems and methods like Finite Difference and Shooting Method.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Numerical integration method python codes

The document covers various numerical methods including Gauss Quadrature Methods (Gauss Legendre, Gauss Laguerre, and Gauss Hermite), operations on complex numbers, and the Fast Fourier Transform (FFT). It highlights the applications of FFT in sound analysis, oscilloscopes, and orbital mechanics, emphasizing its efficiency over the Discrete Fourier Transform. Additionally, it mentions boundary value problems and methods like Finite Difference and Shooting Method.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

Unit-2

Gauss Quadrature Methods


Gauss Legendre
Input:
Output:
Gauss Lagaurre

Gauss Hermite
Gauss Lagaurre
Input:

Output:
Gauss Hermite
Input:

Output:
Unit-1
Handling of Complex Numbers

Operations on complex numbers:

Input:
Transformation of complex functions

Input:
Output:
Visualisation of Mapping in complex:
Input:
Output:
Nth Root of Complex number:
Unit-4
Boundary Value Problems

Finite Difference Method:


Input:
Output:
Shooting Method:

Input:
Output:
Unit-3
Fourier Transform
The Fast Fourier Transform (FFT) is a mathematical technique that converts a signal
from the time domain to the frequency domain. It's a faster version of the Discrete
Fourier Transform (DFT) and is used in many applications, including:
Sound and vibration analysis
The FFT can be used to evaluate the relative magnitude of each frequency component
and construct a resonance spectrum.
Oscilloscope
The FFT can be used to analyze the frequency components of a signal, which can help
identify specific frequencies, harmonics, or noise.
Orbital mechanics
The FFT can be used to approximate periodic functions using linear combinations of
trigonometric functions.
The FFT works by decomposing a large data set into smaller data sets and performing
calculations on these smaller sets. This reduces the total amount of calculations
required and makes the FFT N/log2(N) times faster than the DFT.

Input:
Output:

You might also like