Skip to content

Fourth Edition

Latest
Compare
Choose a tag to compare
@Davide-sd Davide-sd released this 17 Oct 20:59
· 4 commits to master since this release

Necessary files to follow the first edition of the book.

What's Changed

  • Modified Chapter 6 - Expressions:
    • Mentioned evaluate context manager in Expression Evaluation and UnevaluatedExpr class.
    • Added section Polynomials.
    • Added section Parsing.
    • Added section Polynomials and performance to the Advanced Section.
  • Modified Chapter 7 - Expression Manipulation Part 2:
    • Added Exercise - n-th root.
  • Modified Chapter 9 - Expression Manipulation Part 3:
    • Renamed Exercise - Missing Trigonometric Identity to Exercise - Trigonometric Identities.
    • Added sub-section The Fu simplification module to Exercise - Trigonometric Identities.
    • Added Exercise - Roots of a polynomial.
  • Modified Chapter 12 - Integrals:
    • Added section Limitations.
  • Modified Chapter 13 - Expression Manipulation - Part 4:
    • Revisited excercises to take into account improvements of SymPy.
    • Added section Numerical Integration.
  • Modified Chapter 15 - The Equation class:
    • Added Example - Electric Circuit.
  • Modified Chapter 16 - Differential Equations to take into account improvements of SymPy.
  • Modified Chapter 17 - Matrices:
    • Added explanation for DomainMatrix.
    • Improved legibility of Advanced Section.
  • Modified Chapter 19 - Expression Manipulation - Part 5:
    • Removed exercise.
  • Modified Chapter 20 - Vectors:
    • Added explanation about the differences between sympy.vector and sympy.physics.vector.
    • Added section Vector Integration.
  • Modified Chapter 21 - Assumptions to take into account improvements of SymPy.
  • Modified Chapter 22 - Plotting module and interactivity to take into account improvements of the SymPy Plotting Backend module.
  • Added Chapter 24 - Dynamical Systems and Simulations.