Skip to content

solving 7 coupled odes with different delays #11

@atefehneu

Description

@atefehneu

Hi Zulko,

firstly, thank you for writing ddeint!. I want to solve 7 coupled differential equations with different delays (e.g.,
z1 = (Jd1d1 * Y1(t-d1) + Jd1d2 * Y2(t-d2) + Jd1fsi * Y3(t-d3) + Jd1TA * Y4(t-d4) + Jd1TI * Y5(t-d5) + Jd1ctx * (2. * np.sin(q(t-d6)) + 2.5))
z2 = (Jd2d1 * Y1(t-d21) + Jd2d2 * Y2(t-d22) + Jd2fsi * Y3 + Jd2TA * Y4 + Jd2TI * Y5(t-d25) + Jd2ctx * (2. * np.sin(q(t-d26)) + 2.5))
z3 = (Jfsifsi * Y3(t-d33) + JfsiTA * Y4(t-d34) + JfsiTI * Y5 + Jfsictx * (2. * np.sin(q(t-d36)) + 2.5))
, ...
)
and i'm afraid if ddeint can solve equations like what I want.

Thank you so much,
Atefeh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions