-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Dear creators,
I might be a little bit dump, please forgive me, but I tried to dig through the examples and was not able to produce a simple working example of a simple root continuation problem.
- Assume I have some level set f(x,a)=0 with x∈ ℝⁿ, a∈ ℝᵐ for which I know some initial value (x₀,a₀) and the final value (xₜ,aₜ). We know that the root manifold is (at least) one-dimensional. What I need is something like an array [(x₀,a₀),(x₁,a₁),(x₂,a₂),...,(xₜ,aₜ)] as an output, how do I achieve that? If it's a smooth function with g(t) such that g(0) = (xₜ,aₜ), g(1)=(x₀,a₀), even better.
- Can we do it in such a way that once a bifurcation or something similar (a critical point, maybe) is encountered, it stops, so we can decide what do do (or maybe follow each one)?
- if the manifold is d-dimensional, can we somehow get the tangent space instead of the parametrization?
Thanks a lot! please let me know if you need more information.
Metadata
Metadata
Assignees
Labels
No labels