da-james / Numerics.jl

A repository of numerical solvers for different scenarios in mathematics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU Lesser General Public License v3.0


Languages

Language:Julia 100.0%