All Projects → hnarayanan → Sicm

hnarayanan / Sicm

Working through Structure and Interpretation of Classical Mechanics.

Programming Languages

scheme
763 projects

Projects that are alternatives of or similar to Sicm

Webots
Webots Robot Simulator
Stars: ✭ 1,324 (+1149.06%)
Mutual labels:  simulation
Colvars
Collective variables module for molecular simulation and analysis programs
Stars: ✭ 99 (-6.6%)
Mutual labels:  simulation
Msprime
Simulate genealogical trees and genomic sequence data using population genetic models
Stars: ✭ 103 (-2.83%)
Mutual labels:  simulation
Awesome Emulators Simulators
A curated list of software emulators and simulators of PCs, home computers, mainframes, consoles, robots and much more...
Stars: ✭ 94 (-11.32%)
Mutual labels:  simulation
Gym Ignition
Framework for developing OpenAI Gym robotics environments simulated with Ignition Gazebo
Stars: ✭ 97 (-8.49%)
Mutual labels:  simulation
Medium
📰 Developer versions of my Medium.com articles
Stars: ✭ 100 (-5.66%)
Mutual labels:  educational
Covid19 Sir
COVID-19 SIR model estimation
Stars: ✭ 94 (-11.32%)
Mutual labels:  simulation
Aws Robomaker Sample Application Deepracer
Use AWS RoboMaker and demonstrate running a simulation which trains a reinforcement learning (RL) model to drive a car around a track
Stars: ✭ 105 (-0.94%)
Mutual labels:  simulation
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Stars: ✭ 10,115 (+9442.45%)
Mutual labels:  simulation
Fnss
Fast creation and configuration of topologies, traffic matrices and event schedules for network experiments
Stars: ✭ 102 (-3.77%)
Mutual labels:  simulation
Dynare
This project has moved to https://git.dynare.org/Dynare/dynare
Stars: ✭ 96 (-9.43%)
Mutual labels:  simulation
Covid19 scenarios
Models of COVID-19 outbreak trajectories and hospital demand
Stars: ✭ 1,355 (+1178.3%)
Mutual labels:  simulation
Physics3d
A 3D physics engine
Stars: ✭ 101 (-4.72%)
Mutual labels:  simulation
Black Hole
WebGL simulation of a Schwarzschild black hole
Stars: ✭ 94 (-11.32%)
Mutual labels:  simulation
Particles
A particle simulation engine based on a port of d3-force
Stars: ✭ 104 (-1.89%)
Mutual labels:  simulation
Scrimmage
Multi-Agent Robotics Simulator
Stars: ✭ 93 (-12.26%)
Mutual labels:  simulation
Isocitysim
🌇 A simulation of a city using isometric tiles
Stars: ✭ 100 (-5.66%)
Mutual labels:  simulation
Xut.js
批量生成应用平台 http://t.cn/RazBbL0
Stars: ✭ 105 (-0.94%)
Mutual labels:  simulation
Barnes Hut Rs
Implementation of the Barnes Hut Algorithm in rust with visualization and web-deployment using WASM
Stars: ✭ 105 (-0.94%)
Mutual labels:  simulation
Avr8js
Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js
Stars: ✭ 102 (-3.77%)
Mutual labels:  simulation

Working through the Structure and Interpretation of Classical Mechanics

Structure and Interpretation of Classical Mechanics is a book by Gerald Jay Sussman and Jack Wisdom that aims to explain classical mechanics using the variational principle with no ambiguity. It does this by ensuring that every mathematical expression in the book is in one-to-one correspondence with an equivalent expression written in computer code. And computer code is nothing if not precise and unambiguous.

In this repository, you will find all the code corresponding to the mathematics in the book, including the numerous interspersed exercises. This repository also holds the source code for the underlying Scheme library, scmutils, that is heavily employed in the book, along with notes on how to get all this working on OS X with mit-scheme.

If you are interested in classical mechanics in general but find this book a little too deep to jump into as a first step (as it was for me), I'd like to suggest the following courses, in order:

  1. To whet your appetite: [Physics I: Classical Mechanics by Walter Lewin] (http://ocw.mit.edu/courses/physics/8-01-physics-i-classical-mechanics-fall-1999/)

  2. To get an intuitive feeling for abstract theory: [Classical Mechanics by Leonard Susskind] (http://theoreticalminimum.com/courses/classical-mechanics/2011/fall)

  3. To get a better handle on programming (and Scheme): Structure and Interpretation of Computer Programs

Installation

  1. Install sudo port install mit-scheme (using Macports):

    sudo port install mit-scheme

  2. Navigate to sicm/scmutils/src and run

    mit-scheme (load "compile") (load "load")

License

TODO: GPL v3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].