This page will list some of my projects and log my progress self-studying different topics of interest to me.
-
Classical Mechanics
Go to Workbook
I am currently studying classical mechanics using Structure and Interpretation of Classical Mechanics (aka SICM) by Gerald Sussman and Jack Wisdom. This is part of working towards my eventual goal of properly understanding the math behind General Relativity. Once I am done with SICM, I will move on to Functional Differential Geometry (aka FDG) by the same authors. I have taken a couple of courses on Classical Mechanics and Variational Calculus while in gradschool. But this is the first book on the subject that I have found to be engaging while also explaining the concepts really well. I am hoping that the GR book will be similarly elucidating on the subject.
The key factor that sets apart SICM (and FDG) from other textbooks is that it uses computer programs as a way to present its ideas. Expressing the concepts in a computer language (in this case, Scheme), forces the author to be precise and unambiguous. The authors have written a library called scmutils that is required for implementing the methods presented in the book while working through it. Sam Ritchie has made a Clojure version of
scmutils
called sicmutils. This is what I used to create my workbooks, along with along with CloJupyter.With all that said, I still find a few spots where a step is missing or it is not entirely clear how the authors came to a certain conclusion. In these cases, I think it is important to note it down, so that it can be a reference for me (and others) in the future. To this end, I will be publishing my notes and exercise solutions here. These are Jupyter notebooks converted into markdown and then to HTML. The formatting may not be perfect, but it is better than nothing.
References
- Structure and Interpretation of Classical Mechanics, Gerald J. Sussman and Jack Wisdom
- No-Nonsense Classical Mechanics, Jakob Schwichtenberg
-
Reading List/To-Do List
This is the ever growing list of books/topics that I want to pick up next
Books
- Functional Differential Geometry
- The Variational Principles of Mechanics
- Data-Driven Science and Engineering
Other interesting books/courses/stuff to investigate
- Nonlinear Dynamics: A Concise Introduction Interlaced with Code
- Introduction to Computational Thinking aka Julia: A Fresh Approach to Computing
- TCLab
Topics
- Electrodynamics
- General Relativity
- Quantum Mechanics
- Julia programming language