Skip to content

A repository of numerical solvers for different scenarios in mathematics.

License

Notifications You must be signed in to change notification settings

da-james/Numerics.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a numerical package being designed in Julia. The package is meant as a learning/education tool for myself, and more than likely there are more efficient/robust methods in LinearAlgebra, DifferentialEquations, or other packages.

Usage

The code can now be imported via github!

# evalutes the code in the file
using Pkg

# loads the module for direct use
Pkg.add("https://github.com/da-james/Numerics.jl")

# import library
using Numerics

Final Notes

Documentation is slowly being added and most methods are self taught through textbooks. References to textbooks are commented into source files. Additional methods get added as I continue through my educational career.

About

A repository of numerical solvers for different scenarios in mathematics.

Resources

License

Stars

Watchers

Forks

Languages