Home Wikituition Browse all terms Categories
Random term

Mathematical & Computational Physics

5 terms


A–Z
All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Filtering by: Mathematical & Computational Physics Starts with P Clear all
Mathematical & Computational Physics

Parallel Computing

A computational architecture where large physical calculations are divided into smaller sub-tasks executed simultaneously across multiple…

Amdahl's Law Speedup S(P) = 1 / ((1 - p) + p / P) Speedup Factor S(P)
Mathematical & Computational Physics

Partial Differential Equations

Differential equations containing unknown multivariable functions and their partial derivatives with respect to multiple independent…

Elliptic (Laplace), Parabolic (Heat), Hyperbolic (Wave) Multivariable Differential Equations
Mathematical & Computational Physics

Perturbation Theory

A set of mathematical approximation methods for finding an approximate solution to a complex problem by starting from the exact solution of…

H = H₀ + λ H', E_n = E_n^(0) + λ E_n^(1) + λ² E_n^(2) + ... Approximation Power Series
Mathematical & Computational Physics

Physical Simulation

The use of computer programs and numerical algorithms to simulate the time-dependent physical behavior of real-world or theoretical systems.

x(t + Δt) = x(t) + v(t) Δt + ½ a(t) Δt² Computational Modeling
Mathematical & Computational Physics

Poisson Brackets

An algebraic operation between two phase space functions describing time evolution and conservation laws in Hamiltonian mechanics.

{f, g} = ∑ ((∂f / ∂q_i)(∂g / ∂p_i) - (∂f / ∂p_i)(∂g / ∂q_i)) Phase Space Operation