Unix and Linux Discussions Tagged with book |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
11,751 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,988 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,776 |
What is on Your Mind? |
|
|
|
2 |
2,488 |
Programming |
|
|
|
2 |
1,533 |
Solaris |
|
|
|
5 |
3,798 |
Programming |
|
|
|
0 |
2,020 |
Cartoons for Geeks |
|
|
|
0 |
1,589 |
UNIX and Linux RSS News |
|
|
|
0 |
2,604 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,388 |
OS X Support RSS |
|
|
|
0 |
3,622 |
OS X Support RSS |
|
|
|
0 |
1,815 |
UNIX and Linux RSS News |
|
|
|
0 |
2,141 |
OS X Support RSS |
|
|
|
0 |
988 |
Software Releases - RSS News |
|
|
|
0 |
2,143 |
OS X Support RSS |
|
|
|
0 |
2,041 |
OS X Support RSS |
|
|
|
1 |
3,856 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
6,170 |
Programming |
|
|
|
0 |
1,092 |
Software Releases - RSS News |
|
|
|
9 |
9,907 |
AIX |
|
|
|
0 |
1,284 |
UNIX and Linux RSS News |
|
|
|
1 |
1,623 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
4,283 |
UNIX and Linux RSS News |
|
|
|
2 |
6,081 |
Shell Programming and Scripting |
|
|
|
0 |
1,607 |
UNIX and Linux RSS News |
|
|
|
1 |
2,481 |
Shell Programming and Scripting |
|
|
|
0 |
21,693 |
New to Unix. Which books should I read? |
|
|
|
3 |
3,168 |
Red Hat |
|
|
|
1 |
2,707 |
What is on Your Mind? |
|
|
|
0 |
1,341 |
UNIX and Linux RSS News |
|
|
|
6 |
3,264 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
6,877 |
AIX |
|
|
|
2 |
3,928 |
Shell Programming and Scripting |
|
|
|
0 |
2,175 |
Software Releases - RSS News |
|
|
|
0 |
1,947 |
Software Releases - RSS News |
|
|
|
0 |
1,686 |
UNIX and Linux RSS News |
|
|
|
1 |
1,983 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,448 |
Software Releases - RSS News |
|
|
|
3 |
9,908 |
Programming |
|
|
|
11 |
4,712 |
UNIX for Dummies Questions & Answers |
DERIVATIONS(7) Derivations of Applied Mathematics DERIVATIONS(7)
NAME
derivations - book: Derivations of Applied Mathematics
DESCRIPTION
Understandably, program sources rarely derive the mathematical formulas they use. Not wishing to take the formulas on faith, a user might
nevertheless reasonably wish to see such formulas somewhere derived.
Derivations of Applied Mathematics is a book which documents and derives many of the mathematical formulas and methods implemented in free
software or used in science and engineering generally. It documents and derives the Taylor series (used to calculate trigonometrics), the
Newton-Raphson method (used to calculate square roots), the Pythagorean theorem (used to calculate distances) and many others.
READING THE BOOK
Among other ways, you can read the book on your computer screen by opening the file /usr/share/doc/derivations/derivations.ps.gz with the
gv(1) program under X(7). To print the book on a standard postscript printer, just zcat(1) then lpr(1) the same file.
FILES
/usr/share/doc/derivations/derivations.ps.gz
the book in postscript format
/usr/share/doc/derivations/derivations.pdf.gz
the book in PDF
BUGS
The book is a work in progress.
AUTHOR
The book and this manpage are written by Thaddeus H. Black, who also maintains the Debian package derivations in which they are distrib-
uted. Users who need to contact the author in his role as Debian package maintainer can reach him at <thb@debian.org>. However, most e-
mail will naturally be about the book itself: this should be sent to <thb@derivations.org>.
COPYLEFT
Copyright (C) 1983-2010 Thaddeus H. Black.
The book, this manpage and the entire derivations distribution are free software. You can redistribute them and/or modify them under the
terms of the GNU General Public License, version 2.
SEE ALSO
gv(1) [gv], zcat(1) [gzip], psselect(1) [psutils], lpr(1) [lpr], octave(1) [octave]
Thaddeus H. Black 10 March 2010 DERIVATIONS(7)