physics
(free)
lightandmatter.com

books

The Light and Matter Series

This series of six books is intended for a one-year introductory course of the type typically taken by biology majors. Algebra and trig are used, and there are optional calculus-based sections.

Other Books

Extras

Adoptions of Light and Matter

Colleges and Universities

High Schools

Simple Nature has been adopted at:

  • College of the Desert (Prof. Doug MacIntire)
  • Mt. Hood Community College (Prof. Dave Faust)
  • Martin Luther College (Prof. Martin Sponholz)

Conceptual Physics has been adopted at:

Discover Physics has been adopted at:

LaTeX Source Code

The books were written using LaTeX, plus a bunch of custom scripts. If all you want to do is read the books, you don't need to bother with any of this; each book is available as a PDF file from its own web page. The LaTeX source code, illustrations, and scripts are all publicly available here. The total size of the download is about 160 Mb. As an alternative to downloading the whole thing, you can look through the source code in a web browser here. The scripts are written to run on Unix; they might work on MacOS X, but I haven't tried. Licensing information is given on the copyright page of the PDF version of each book, and also in the photo credits section in the back.

To download the source code, you need to install free software called Git, e.g., by doing sudo apt-get install git-core on Ubuntu Linux. Then do this from a terminal window:

        git clone git://lightandmatter.com/physics
      

This will create a subdirectory physics inside your current working directory, and then download everything into that subdirectory. The README file has instructions for compiling the book in LaTeX.