Skip to content

shanegibney/Euler-First-Order-ODE-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Euler Method for 1st order ODE's

gh-pages

This code will solve the simplest first order, ordinary differential equations using the Euler method.

Note: derivates must be input using * as a multiplication operator between variables, i.e. x*y

However * is not necessary for multiplication by a constant i.e. 2x.

This is due to the way math.js handles functions.

screen shot 2017-08-14 at 22 20 57

Libraries and frameworks

  • vue.js 2.2.2
  • math.js 3.10.0
  • bootstrap 3.3.7
  • d3.js v3