Steven Pav is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againnumas_text overview
Recent commits See more »
Author | Revision | Comments | Message | Labels | Date |
---|---|---|---|---|---|
ste...@cerebellumcapital.com
![]() |
2234efc27e92 |
fixing problem with bare perl commands in the Makefile; |
|
||
shab...@gmail.com
![]() |
17f5b1e5faae |
using package subfig instead of subfigure.sty; |
|
||
ste...@cerebellumcapital.com
![]() |
c6f6acf0fdf2 |
cutting cruft from numas.bib after copying from sepbiblio; make numas.tex refer |
|
||
ste...@cerebellumcapital.com
![]() |
d412427fbcfd |
adding header and footer to the sty files; removing cruft that was copied in |
|
||
sp...@math.ucsd.edu
![]() |
1879a3166a05 |
finding Ubuntu and Gentoo packages for alg.sty and empheq.sty |
|
Open Source Numerical Course Notes Copyright 2004-2010, Steven E. Pav, Benevolent Dictator for Life shabbychef@gmail.com spav@math.ucsd.edu This document is Copyright 2004-2010 Steven E. Pav. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the file, LICENSE.txt. These notes started as course notes for UCSD Math 174, in the fall of 2003. Math 174 is a 10 week course in `numerical methods' for upper level undergraduate students in engineering and the sciences. This course is a condensed whirlwind tour of numerical methods; unlike the (20-30 week) course in `numerical analysis' offered at the same university, the intended emphasis is on methods and applications, rather than theory and proof. COAUTHORS: I encourage prospective coauthors to expand, improve, amend and alter these notes, under the terms of the FDL license. BUILDING: The build process relies on the following LaTeX addons: * `empheq' style file, available from the mh LaTeX bundle (http://www.ctan.org/tex-archive/macros/latex/contrib/mh); this is package dev-tex/mh on Gentoo, texlive-latex-extra on Ubuntu; * Staffan Ulfberg's `alg' style file (http://www.ctan.org/tex-archive/macros/latex/contrib/alg/); this is in package dev-texlive/texlive-science on Gentoo, texlive-science on Ubuntu; I rely heavily on makefiles to make my latex documents. In the main directory, the command $ make should make the file numas.dvi. Other relevant commands include: $ make numas.ps $ make numas.pdf