Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreabedini/experimental-mathematics
:notebook_with_decorative_cover: Lecture notes for Experimental Mathematics 2014
https://github.com/andreabedini/experimental-mathematics
Last synced: about 11 hours ago
JSON representation
:notebook_with_decorative_cover: Lecture notes for Experimental Mathematics 2014
- Host: GitHub
- URL: https://github.com/andreabedini/experimental-mathematics
- Owner: andreabedini
- Created: 2015-03-10T23:19:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T01:22:37.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T23:45:59.271Z (27 days ago)
- Language: Mathematica
- Homepage:
- Size: 6.93 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Experimental Mathematics
Here you can find lecture notes and other material I have prepared for the subject Experimental Mathematics I taught at The University of Melbourne in 2014. It was the first time teaching that subject and the notes are quite rough.
The notes are written mostly in markdown but with heavy use of latex blocks not only for formulas but also to make use of the tufte latex package.
## Part one
1. [Introduction](https://github.com/andreabedini/experimental-mathematics/blob/master/pdfs/Week1.pdf)
2. [Interger relation detection](https://github.com/andreabedini/experimental-mathematics/blob/master/pdfs/Week2.pdf)
3. [Bifurcation points of the logistic map](https://github.com/andreabedini/experimental-mathematics/blob/master/pdfs/Week3.pdf)
4. [Gröbner basis](https://github.com/andreabedini/experimental-mathematics/blob/master/pdfs/Week4.pdf)
5. [The quest for pi](https://github.com/andreabedini/experimental-mathematics/blob/master/pdfs/Week5.pdf)
6. [More on BBP formulas](https://github.com/andreabedini/experimental-mathematics/blob/master/pdfs/Week6.pdf)## Part two
The second part covered automated summation of hypergeometric series and followed the book [_A=B_ by Petkovsek, Wilf and Zeilberger](http://www.math.upenn.edu/~wilf/AeqB.html).
## Mathematica Notebooks
1. [Week 1 (Intro)](https://github.com/andreabedini/experimental-mathematics/raw/master/notebooks/Week1.nb)
2. [Week 2 (PSLQ)](https://github.com/andreabedini/experimental-mathematics/raw/master/notebooks/PSLQ.nb)
3. [Week 3 (Logistic map)](https://github.com/andreabedini/experimental-mathematics/raw/master/notebooks/Logistic%20Map.nb)
4. [Week 4 (Groebner bases)](https://github.com/andreabedini/experimental-mathematics/raw/master/notebooks/Groebner.nb)
5. [Week 5 (BBP formulas)](https://github.com/andreabedini/experimental-mathematics/raw/master/notebooks/BBP.nb)## Further readings
_Ten problems in Experimental Mathematics_ by Bailey, Borwein, Kapoor and Weisstein, Amer. Math. Monthly 113, 481-509, 2006. Preprint available [here](http://crd-legacy.lbl.gov/~dhbailey/dhbpapers/tenproblems.pdf).
## Assessment
- [Assignment 1](https://github.com/andreabedini/experimental-mathematics/blob/master/assignments/Assignment1.pdf)
- [Assignment 2](https://github.com/andreabedini/experimental-mathematics/blob/master/assignments/Assignment2.pdf)
- [Final Exam](https://github.com/andreabedini/experimental-mathematics/blob/master/assignments/Exam2014.pdf)Feedback, contributions, pull-requests and high-fives are very welcome.