Skip to content

Latest commit

 

History

History

root_finding_macro

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Root Finding using ad_function macro

Peroxide Version

0.30.11

Target Function

Find x such that f(x) = g(x)

  • f(x) = exp(x)
  • g(x) = x+2

Method

Use Newton's method

Build Process

# Build
cargo build --release

# Run
cargo run --release