6 comments

  • friendlyasparag4 hours ago
    I took Mark Newman’s course some years ago. It was fantastic! Geared at sophomore/ junior year physics major — someone who had completed the basic intro sequence. I am sure this book is also great.
  • lkm02 hours ago
    The matplotlib chapter seems fairly barebones but I remain in awe at this gorgeous latex work
    • emil-lp1 hour ago
      Isn&#x27;t it a pretty standard book&#x2F;memoir template?<p>He could have invested in a Python syntax highlighter. I use <i>minted</i>, myself, but I&#x27;m sure there are many alternatives.
  • vectorcrumb6 hours ago
    Could somebody provide some opinion on the book and&#x2F;or accompanying course?
    • braedonwatkins2 hours ago
      I read most of the 1st edition (busy), I&#x27;m sure it hasn&#x27;t changed much to the 2nd. I would say it&#x27;s rather good at an introductory level to the subject!<p>It definitely targets physics undergrads who have never programmed so if that&#x27;s not you then you may feel friction during some chapters. If, like me, you are much more developed in programming than physics you might just want to do the exercises in the first few chapters to check your knowledge and move on to the good bits.<p>If you&#x27;re looking for something more rigorous I would bet [Numerical Recipes](<a href="https:&#x2F;&#x2F;numerical.recipes&#x2F;" rel="nofollow">https:&#x2F;&#x2F;numerical.recipes&#x2F;</a>) is better (I haven&#x27;t read it but I want to; see &quot;busy&quot;).
  • HexDecOctBin6 hours ago
    What physics do I need to know to follow this book?
    • griffzhowl5 hours ago
      Looks like not much. The book is about using Python to implement numerical methods, mainly about teaching the Python part, and that&#x27;s all explained. You might be missing motivation if you don&#x27;t know any physics, but even so, basic mechanics using differential equations seems to be enough to give context, at least for the earlier parts
    • mapt6 hours ago
      &gt; Exercises by chapter<p>Click on a chapter to download:<p>Chapter 2: Python programming for physicists<p>Chapter 3: Graphics and visualization<p>Chapter 4: Accuracy and speed<p>Chapter 5: Integrals and derivatives<p>Chapter 6: Solution of linear and nonlinear equations<p>Chapter 7: Fourier transforms<p>Chapter 8: Ordinary differential equations<p>Chapter 9: Partial differential equations<p>Chapter 10: Random processes and Monte Carlo methods<p>Chapter 11: Data science
    • kordlessagain2 hours ago
      Weber&#x27;s Electrodynamics.
  • ktallett5 hours ago
    I did a few courses across academic years that were based around this book and it&#x27;s very handy skills to learn. Whilst perhaps not in the moment, it&#x27;s a good introduction to implementing functions and equations, before you lead on to the next steps of specific functions and methods of analysis alongside hpc with parallelization.
  • ninjahawk15 hours ago
    good book