Skip to content

Implementation of numerical algorithms from Tim Sauer's Numerical Analysis text in Julia

License

Notifications You must be signed in to change notification settings

DavidNKraemer/numerical-julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

numerical-julia

Implementation of numerical algorithms from Tim Sauer's Numerical Analysis text in Julia

Draft Implementations

NOTE. Each implementation listed is complete insofar as it has been written and passes a select few simple tests. Documentation and more extensive testing is required.

We may reorganize the src directory into something more useful later.

Chapter 0: Fundamentals

  • Evaluating polynomials (Horner's method) source
  • Binary representation of numbers source
  • TODO floating point representation of numbers

Chapter 1: Solving Equations

About

Implementation of numerical algorithms from Tim Sauer's Numerical Analysis text in Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages