Structure and Interpretation of Classical Mechanics
mitpress.mit.edu
Structure and Interpretation of Classical Mechanics
1–10 of 21 posts
Re: Structure and Interpretation of Classical Mechanics
#2I am also ecstatic about the choice of not-Fortran for representing the algorithms.
Makes me tempted to try and write a "Structure and Interpretation of Neutron Transport"
Re: Structure and Interpretation of Classical Mechanics
#3Its software, scmutils, includes an emacs-like editor and execution environment called Edwin. Here's an oooold blog post I wrote about using GNU Emacs with scmutils instead: http://ai.redsymbol.net/2007/06/using-gnu-emacs-with-scmutil...
Re: Structure and Interpretation of Classical Mechanics
#4I LOVE this book. I've had a hard copy for years. I always felt kind of lonely, though - it's such a niche topic that I had trouble finding anyone else interested enough to actually work through it :) So it's great to see it on the front page of HN. Its software, scmutils, includes an emacs-like editor and execution environment called Edwin. Here's an oooold blog post I wrote about using GNU Emacs with scmutils inste…
Re: Structure and Interpretation of Classical Mechanics
#5Re: Structure and Interpretation of Classical Mechanics
#6Could the material in this book be reasonably accessible to somebody who has no calculus experience?
Re: Structure and Interpretation of Classical Mechanics
#7Could the material in this book be reasonably accessible to somebody who has no calculus experience?
No, not at all. The first equation is an integral.
Re: Structure and Interpretation of Classical Mechanics
#8Could the material in this book be reasonably accessible to somebody who has no calculus experience?
http://ocw.mit.edu/courses/mathematics/18-01-single-variable...
http://ocw.mit.edu/courses/mathematics/18-02-multivariable-c...
http://ocw.mit.edu/courses/mathematics/18-03-differential-eq...
It's a long road, but a very rewarding one. Good luck.
Re: Structure and Interpretation of Classical Mechanics
#9I really like the idea of introducing classical mechanics and methods of numerical solution alongside one another. I do feel that physics at the undergraduate level fetishizes pencil and paper to the detriment of understanding how complex a classical system really can be. I am also ecstatic about the choice of not-Fortran for representing the algorithms. Makes me tempted to try and write a "Structure and Interpretati…
That said, numerical simulations of simple systems (harmonic oscillators, perturbed oscillators, etc.) can be a helpful partner to analytical study.
Re: Structure and Interpretation of Classical Mechanics
#10If anyone's interested, my problem sets solutions are here: http://www.cag.csail.mit.edu/~namin/mechanics/
The class was definitely out of my comfort zone in terms of the physics, but I loved the scheme system that allowed us to focus on the concepts, and leave the grunge to the computer. It's liberating to have an unambiguous notation, but it doesn't replace intuition.