Skip to content

Create braid directly from ODE #126

@jeanluct

Description

@jeanluct

(Spinoff of #124.)

Have the braid constructor take a function handle as an argument, which could then be used to call ode45 and generate the braid.

Example:

b = braid(@func,tspan,XY0);  % create braid of trajectories starting at XY0

Syntax is meant to mimic ode45. Could even pass optional ode45 options at the end. The RHS function @func only takes one trajectory at a time, and XY0 is a set of n initial conditions. (XY0 should have dimension [2 n], to agree with the XY constructor.)

An implementation might involve going through by pairs of strings, and setting and @events function for when the x coordinates coincide.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions