Chapter 6 feedback
salbert83 opened this issue · 1 comments
salbert83 commented
- Typo in formula for \Delta x. Would also be useful to have equation numbers.
- In code, formulas like t_final .* t_final ./ 2 can be simplified to 0.5t_final.^2. It's a personal choice, but the later highlights Julia syntax features.
- Plot titles such as, "Posterior distribution for g with uniform distribution" can be clarified to, "Posterior distribution for g with uniform prior".
- Typo in numerator in solving for g.
- gravity_angle_uniform can take the \theta passed as an argument instead of the hard coded "45"
- tan(deg2rad(\theta) can be replaced with tand(\theta)
- Typo in second equation in derivation of Mar's escape velocity
Thank you again. I'm really enjoying your book.
unbalancedparentheses commented
Thanks!! We will fix all the issues. I am really glad you like our book.