Skip to content

Commit 3470881

Browse files
committed
added readme
1 parent 49b08ad commit 3470881

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# FundamentalsNumericalComputation.jl
2+
3+
These are Julia implementations the functions that are defined in the first edition of [*Fundamentals of Numerical Computation*](https://tobydriscoll.net/fnc) by Driscoll and Braun. They are mostly compatible with the original MATLAB functions, except that input and output formats have been changed to be compatible with major packages listed below.
4+
5+
The package does not export its own functions, but it does export the name `FNC` as a shorthand for the full package name. It does re-export the following:
6+
7+
* LinearAlgebra
8+
* Plots
9+
* SparseArrays
10+
* Polynomials
11+
* NLsolve
12+
* DifferentialEquations
13+
* DataFrames
14+
* Interpolations
15+
16+
**This is work in progress**. There will be cosmetic changes as well as possible breaking changes in future versions. In particular, the functions from Chapters 7-12 have not yet been thoroughly reviewed and tested. No warranty for correctness is implied.

0 commit comments

Comments
 (0)