eulersMethod: Euler's method for ODE first order

Description Usage

View source: R/utilities.R

Description

Euler's method for ODE first order

Usage

1
2
eulersMethod(a = 1, b = -1, c = 1, d = 0, x0 = 1, fx0 = 2,
  step = 0.5, goal = 3)

albertbuchard/r-pipeline documentation built on May 5, 2019, 6:57 p.m.