Math, Logic, Audio Links
-
Open access to 626,887 e-prints in Physics, Mathematics, Computer Science, Quantitative Biology, Quantitative Finance and Statistics
-
FAUST is a compiled language for real-time audio signal processing.
The name FAUST stands for Functional AUdio STream. Its programming model combines two approaches: functional programming and block diagram composition. You can think of FAUST as a structured block diagram language with a textual syntax.
Algorithmic Composition
- http://algocomp.blogspot.com/
- http://csoundblog.com/
- http://musicalgorithms.ewu.edu/
- http://oeis.org/classic/play.html
- Blair School of Music, Vanderbilt University
Papers
CCRMA
Jacob, Bruce
Phillips, Dave
Cascone, Kim
Math
- Euclid’s Theorem
- Harmonic Series
- Logarithmic spiral LS1 LS2
- Prime Number Theorem
- MIT OpenCourseWare/Mathematics
- Technical Mathematics I
- Trigonometry
- Wikibooks
Calculus
- http://www.calculus.org/
COW
COW is an internet utility for learning and practicing calculus. It was designed at Temple by two members of the Temple University Mathematics Department, Gerardo Mendoza and Dan Reich.
Single Variable Calculus
Collatz, Lothar
Euler, Leonhard
- http://en.wikipedia.org/wiki/Leonhard_Euler
- http://en.wikipedia.org/wiki/Proof_that_the_sum_of_the_reciprocals_of_the_primes_diverges
Fibonacci (Leonardo Pisano Bigollo)
- http://en.wikipedia.org/wiki/Fibonacci
- http://en.wikipedia.org/wiki/Fibonacci_number
- Golden ratio
- http://en.wikipedia.org/wiki/Liber_Abaci
Gauss, Carl Friedrich
- http://en.wikipedia.org/wiki/Carl_Friedrich_Gauss
- http://en.wikipedia.org/wiki/Disquisitiones_Arithmeticae
Integer Sequences
- On-Line Encyclopedia of Integer Sequences (OEIS)
- http://oeis.org/classic/
- http://en.wikipedia.org/wiki/On-Line_Encyclopedia_of_Integer_Sequences
Fibonacci numbers
F(n) = F(n-1) + F(n-2), F(0) = 0, F(1) = 1, F(2) = 1, ...Golden ratio
Decimal expansion of golden ratio phi (or tau) =
(1 + sqrt 5 )/2.Pi
Decimal expansion of Pi.
Haskell
- Good Haskell Style
- Hudak, Paul
- The Yale Haskell Group
Books
A Gentle Introduction to Haskell Version 98
- Hudak, Paul; Peterson, John; Fasel, Joseph
- http://www.haskell.org/tutorial/
The Haskell Road to Logic, Maths and Programming
- Doets, Kees; van Eijck, Jan
- http://homepages.cwi.nl/~jve/HR/
Learn You a Haskell for Great Good!
- Lipovaca, Miran
- http://learnyouahaskell.com/
Prolog
SEM242 – Prolog and Logic Programming
These notes originated from the School of Computer Science in the University of Birmingham, United Kingdom. More precisely, they were written by Peter Hancox mainly in the early hours of the morning at home in the edge of Worcestershire in the English midlands.
SWI-Prolog
SWI-Prolog offers a comprehensive Prolog environment, licensed under the LGPL. Together with its graphics toolkit XPCE, its development started in 1987 and has been driven by the needs for real-world applications. These days SWI-Prolog is widely used in research and education as well as for commercial applications.
Books
Learn Prolog Now!
An introductory course to programming in Prolog.
- Blackburn, Patrick; Bos, Johan; Striegnitz Kristina
- http://www.learnprolognow.org/
Logic, Programming and Prolog (2ed)
- Nilsson, Ulf; Maluszynski, Jan
- http://www.ida.liu.se/~ulfni/lpp/