Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Root Finding using radient

Peroxide Version

0.37.1

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

# Run
cargo run --release