Skip to content

Commit

Permalink
@simonbyrne : SSAI, and NumericalMath documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Nov 16, 2015
1 parent c063289 commit 5fe754f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Mathematics.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ NB: Many packages may not be regularly updated to work with Julia nightlies or t
+ [SIE.jl](https://github.com/ApproxFun/SIE.jl) :: Julia package for solving singular integral equations and Riemann–Hilbert problems Julia package for solving singular integral equations and Riemann–Hilbert problems.
+ [SingularIntegralEquations.jl](https://github.com/ApproxFun/SingularIntegralEquations.jl) :: Julia package for solving singular integral equations and Riemann–Hilbert problems.

###### Resources
+ [NumericalMath’s documentation for Integration](http:https://hwborchers.lima-city.de/JuliaMeetup/numerical/integration.html).

### [Ordinary Differential Equation](http:https://en.wikipedia.org/wiki/Ordinary_differential_equation)
+ [AutoDiff.jl](https://github.com/scidom/AutoDiff.jl) :: Juila package for performing automatic differentiation.
+ [DASSL.jl](https://github.com/pwl/DASSL.jl) :: An implementation of the Differential Algebraic System SoLver (DASSL) algorithm for solving algebraic differential equations.
Expand All @@ -209,7 +212,7 @@ NB: Many packages may not be regularly updated to work with Julia nightlies or t
+ [odesolver](https://github.com/insideloop/odesolver) :: Collection of solvers for Ordinary Differential Equations.
+ [RiemannHilbert.jl](https://github.com/dlfivefifty/RiemannHilbert.jl) :: Riemann–Hilbert problems, named after [Bernhard Riemann and David Hilbert](http:https://en.wikipedia.org/wiki/Riemann%E2%80%93Hilbert_problem), are a class of problems that arise in the study of differential equations in the complex plane.

###### Learning Resources
###### Resources
+ [FinealeBook.jl](https://github.com/goedman/FinealeBook.jl) :: Trying to understand Petr Krysl's FinEALE book.

#### Org-JuliaLang
Expand Down
3 changes: 2 additions & 1 deletion Resources.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__Useful learning resources and all other random resources that does not have its own topic page goes here under various sub-section titles. Topical learning resources, for example, code that is not a package, interesting code snippets, etc...will be listed here but specific resources, lets say, "Julia for Statistics" tutorial would be listed on the Statistics page.__
__Useful learning resources and all other random resources that does not have its own topic page goes here under various sub-section titles. Topical learning resources, for example, code that is not a package, interesting code snippets, etc...will be listed here but specific resources, say, a "Julia for Statistics" tutorial would be listed on the Statistics page.__

+ [BOOKS](#books)
+ [BLOGS](#blogs)
Expand Down Expand Up @@ -114,6 +114,7 @@ __Useful learning resources and all other random resources that does not have it
----

# JUPYTER NOTEBOOKS
+ [SSAI](https://github.com/simonbyrne/SSAI) :: Jupyter notebooks introducing you to scientific programming with Julia.
+ [Invitation to Julia](https://github.com/dpsanders/invitation_to_julia) :: A scientific computing introductory workshop on Julia at JuliaCon 2015.
+ [Fractals](http:https://nbviewer.ipython.org/url/beowulf.csail.mit.edu/18.337/fractals.ipynb) in Julia.
+ [Hands_on_julia](https://github.com/dpsanders/hands_on_julia/) :: A 2-day Julia workshop material , as Jupyter notebooks, for scientists by @dpsanders in Paris.
Expand Down

0 comments on commit 5fe754f

Please sign in to comment.