Configuration space of the harmonic oscillator #
The configuration space is defined as a one-dimensional smooth manifold,
modeled on ℝ, with a chosen coordinate.
The configuration space of the harmonic oscillator.
- val : ℝ
The underlying real coordinate.
Instances For
Algebraic and analytical structure #
Equations
- ClassicalMechanics.HarmonicOscillator.ConfigurationSpace.instAdd = { add := fun (x y : ClassicalMechanics.HarmonicOscillator.ConfigurationSpace) => { val := x.val + y.val } }
Equations
- ClassicalMechanics.HarmonicOscillator.ConfigurationSpace.instNeg = { neg := fun (x : ClassicalMechanics.HarmonicOscillator.ConfigurationSpace) => { val := -x.val } }
Equations
- ClassicalMechanics.HarmonicOscillator.ConfigurationSpace.instSub = { sub := fun (x y : ClassicalMechanics.HarmonicOscillator.ConfigurationSpace) => { val := x.val - y.val } }
Equations
- ClassicalMechanics.HarmonicOscillator.ConfigurationSpace.instSMulReal = { smul := fun (r : ℝ) (x : ClassicalMechanics.HarmonicOscillator.ConfigurationSpace) => { val := r * x.val } }
Equations
Equations
- One or more equations did not get rendered due to their size.
Equations
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
Equations
- One or more equations did not get rendered due to their size.
Linear map sending a configuration space element to its underlying real value.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Linear map embedding a real value into the configuration space.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Continuous linear map sending a configuration space element to its underlying real value.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Continuous linear map embedding a real value into the configuration space.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Homeomorphism between configuration space and ℝ given by ConfigurationSpace.val.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The structure of a charted space on ConfigurationSpace.
Equations
- One or more equations did not get rendered due to their size.
The structure of a smooth manifold on ConfigurationSpace.
Map to space #
The position in one-dimensional space associated to the configuration.