Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added HW6 timeframe
  • Loading branch information
rcc02007 committed Nov 28, 2017
1 parent 83fff87 commit ac952fb
Show file tree
Hide file tree
Showing 6 changed files with 5,671 additions and 326 deletions.
Binary file added 18_initial_value_ode/.tmp.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion 18_initial_value_ode/18_initial_value_ode.ipynb
Expand Up @@ -524,7 +524,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 24,
"metadata": {
"collapsed": false,
"slideshow": {
Expand Down
3,543 changes: 3,250 additions & 293 deletions 19_nonlinear_ivp/.ipynb_checkpoints/19_nonlinear_ivp-checkpoint.ipynb

Large diffs are not rendered by default.

2,448 changes: 2,418 additions & 30 deletions 19_nonlinear_ivp/19_nonlinear_ivp.ipynb

Large diffs are not rendered by default.

Binary file modified 19_nonlinear_ivp/octave-workspace
Binary file not shown.
4 changes: 2 additions & 2 deletions HW6/README.md
Expand Up @@ -10,7 +10,7 @@ a. Add rcc02007 and zhs15101 as collaborators.

b. Clone the repository to your computer.

**2\.** Solve the initial value problem with y(0)=1,
**2\.** Solve the initial value problem with y(0)=1, from t=0-3 s,

y'=-y

Expand All @@ -20,7 +20,7 @@ b. with Euler's method

c. with Heun's predictor-corrector approach

**3\.** Solve the initial value problem with y(0)=1, y'(0)=0
**3\.** Solve the initial value problem with y(0)=1, y'(0)=0, from t=0-3 s,

y''+9y=0

Expand Down

0 comments on commit ac952fb

Please sign in to comment.