Skip to content

simple continuation of root in parameter space #605

@volkerkarle

Description

@volkerkarle

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.

  1. 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.
  2. 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)?
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions