Mathematical & Computational Physics
60 terms · page 1 of 3
Algorithm
A finite, unambiguous sequence of mathematical instructions implemented in software to solve specific physical equations or compute…
Mathematical & Computational PhysicsBessel Functions
A family of canonical special functions J_α(x) and Y_α(x) serving as solutions to Bessel's differential equation.
Mathematical & Computational PhysicsBig O Notation
A mathematical notation classifying algorithms according to how their execution time or memory requirements grow as input size N increases.
Mathematical & Computational PhysicsBoundary Value Problem
A differential equation together with a set of additional constraints, called boundary conditions, specified at the boundaries of the…
Mathematical & Computational PhysicsCanonical Transformation
A change of coordinates in phase space (q, p) → (Q, P) that preserves the canonical form of Hamilton's equations.
Mathematical & Computational PhysicsChaos Theory
The study of deterministic non-linear dynamical systems that exhibit extreme sensitivity to initial conditions (the butterfly effect).
Mathematical & Computational PhysicsComplex Analysis
The branch of mathematical analysis studying functions of complex variables f(z) = u(x,y) + i v(x,y).
Mathematical & Computational PhysicsCurl
A vector differential operator measuring the local circulation or rotation density of a 3D vector field around a point.
Mathematical & Computational PhysicsCurve Fitting
The mathematical construction of a function that best matches a set of experimental data points according to statistical criteria.
Mathematical & Computational PhysicsDifferential Equation
A mathematical equation relating an unknown function to its derivatives with respect to one or more independent variables.
Mathematical & Computational PhysicsDirac Delta Function
A generalized function (distribution) that is zero everywhere except at x = 0 where it is infinite, with an integral over all space equal…
Mathematical & Computational PhysicsDivergence
A scalar differential operator measuring the net outward flux density of a vector field from an infinitesimal volume around a given point.
Mathematical & Computational PhysicsDivergence Theorem
A fundamental theorem of vector calculus stating that the outward flux of a vector field through a closed surface ∂V equals the volume…
Mathematical & Computational PhysicsEigenvalue Problem
The linear algebra problem of finding non-zero eigenvectors v that, when operated on by a linear operator Â, yield a scalar multiple λ of…
Mathematical & Computational PhysicsEigenvalues and Eigenvectors
Special vectors v associated with a linear transformation matrix A that maintain their spatial direction when operated on, scaled only by…
Mathematical & Computational PhysicsError Propagation
The mathematical evaluation of how uncertainties in measured input variables propagate into the final calculated physical quantity.
Mathematical & Computational PhysicsEuler Method
A basic first-order numerical procedure for solving ordinary differential equations with a given initial value.
Mathematical & Computational PhysicsEuler-Lagrange Equation
The fundamental partial differential equation of the calculus of variations that a function must satisfy to make a functional stationary.
Mathematical & Computational PhysicsFast Fourier Transform (FFT)
An efficient algorithm that computes the Discrete Fourier Transform (DFT) of a sequence in O(N log N) operations instead of O(N²).
Mathematical & Computational PhysicsFinite Difference Method
A numerical method for solving differential equations by approximating derivatives with finite difference quotients on a discretized grid.
Mathematical & Computational PhysicsFinite Element Method (FEM)
A numerical technique for solving complex partial differential equations by subdividing a large physical domain into smaller, simpler…
Mathematical & Computational PhysicsFourier Series
An expansion of a periodic function f(x) into an infinite sum of orthogonal sine and cosine harmonic functions.
Mathematical & Computational PhysicsFourier Transform
An integral transform that decomposes a continuous time or spatial signal into its constituent frequency or wavevector spectrum.
Mathematical & Computational PhysicsGenetic Algorithms
A search heuristic optimization method inspired by natural biological evolution that iteratively evolves candidate solutions toward optimal…