mechanics icon indicating copy to clipboard operation
mechanics copied to clipboard

Lagrangian Mechanics

Open bennn opened this issue 10 years ago • 3 comments

Work through chapter 1 of the book. Add files from scmutils as needed to get the examples & exercises working.

(See branch lagrangian-mechanics)

bennn avatar Aug 20 '15 16:08 bennn

I think the real difficulty here is that we need to implement the display library and in particular show-expression and print-expression. This looks like a non-trivial task and should probably be its own separate issue.

As far as I can tell we need to implement three components of this

  • structures: where they define up and down among many other things
  • print: which is the translation from S-expressions to/from TeX
  • display: where we actually render the TeX in the Racket shell

I read their code last night. I think that all three of these pieces are in need of some serious internal "modernization". We should probably set this as a milestone and break it into sub-issues that we can work on separately.

bkc39 avatar Oct 07 '15 17:10 bkc39

Yeah that's why I started #12. I want to ignore this problem for now. If there's no useful Racket library to help with this, it should probably be an independent repo.

bennn avatar Oct 07 '15 18:10 bennn

I think this issue should be re-purposed to basically be a port of the example code in Ch1 to verify that our library is fully backward compatible.

bkc39 avatar Oct 08 '15 16:10 bkc39