Skip to content

cpl11001/06_initial_value_ode

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
HW6
 
 
 
 
 
 
 
 

06_initial_value_ode

Problem 2

y' = - y

  • Step size of t = 0.1 sec y' = -y, solved using three methods

Problem 3

y'' +9y = 0

  • Step size of t = 0.01 sec y'' + 9y = 0, solved using three methods

Problem 4

v' = g-cd/m*v^2

  • Step size of t = 0.1 sec v' = g-cd/m*v^2, solved for x position using three methods

Problem 5

Phugoid models, solved using Euler's and ode23

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages