fhn: fhn

Description Usage Arguments Details Value Author(s)

Description

fhn

Usage

1
fhn(gamma = 2.5, epsilon = 1, a = 0.3)

Arguments

gamma

coefficient, see details

epsilon

coefficient, see details

a

coefficient, see details

Details

derivate function for system

dx = -x*(x-a)*(x-1) - y

dy = epsilon*(x - gamma*y)

Value

closure calculating the derivative based on vector arguments (x,y).

Author(s)

Thomas Wutzler


pplane documentation built on May 2, 2019, 6:07 p.m.