| Current Path : /home/beeson/public_html/WebMathXpert/ |
| Current File : //home/beeson/public_html/WebMathXpert/EnterODE.php |
<?php $graphtype = $ODE = 9; // from mainchoi.h $title = "Ordinary Differential Equation (ODE)"; $topic = 34; // _solve_ode $placeholderID = "shadowID1"; $placeholder = "shadow"; $initialConditions = "3,2"; $initialConditionsPlaceholder = "3,2"; $entryPlaceholder = "y' = f(x,y)"; include 'ODEHDE.php'; ?>