Skip to content

Latest commit

 

History

History

ode_with_env

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ODE with Environment

Description

Prepare environment

  • x : [1, 2, 3, ..., 10]
  • y = [1^5, 2^4, 3^3, ..., 10^{-5}]
  • c : CubicSpline of x, y

Target ODE

  • dy/dx = c(x) (c is CubicSpline)

Process

# Run & Plot
cargo run --release

Result

plot