Conversation
added 8 commits
September 8, 2026 00:44
- Add based on Michael J. Ward's Basic Floquet Theory - Define , , , - Prove Ward Theorem 3.3(i) and stroboscopic - Prove Ward Theorem 3.4(i) , , and stroboscopic map - Prove Ward Theorem 3.4(ii) x(t) = exp(μ t) • p(t) - Prove Ward §3.1.2 Goldstone multiplier 1 theorem for autonomous periodic orbits - Prove Ward §3.2.3 second-order trace stability criteria - Prove stroboscopic distance contraction and geometric decay
…s to Floquet - Add : Lyapunov stability of origin under stroboscopic flow via - Add : asymptotic trajectory convergence to 0 when ‖M‖ < 1 - Add : attractiveness of origin via - Add : mode convergence to 0 along contracting multiplier |ρ| < 1 - Add : complex roots with ‖z‖ = 1 when |φ| < 1 (Ward §3.2.3 Case I) - Add : unstable real multiplier ρ > 1 when φ > 1 (Ward §3.2.3 Case II)
… power boundedness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR formalizes the core results of Floquet theory for linear differential equations with periodic coefficients, following Michael J. Ward, Basic Floquet Theory, Chapter 3.
Main Contributions
X(t₀, t)satisfyingX(t₀, t₀) = id,X(t₁, t₂) ∘ X(t₀, t₁) = X(t₀, t₂), andd/dt X = L(t) ∘ X.HasShiftInvariance X T(X(t₀ + T, t + T) = X(t₀, t)), proving the Floquet factorization into a periodic component and stroboscopic powers.monodromyandisFloquetMultiplier.Note: Built on top of #67.