Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
The Statistics and Calculus with Python Workshop

You're reading from  The Statistics and Calculus with Python Workshop

Product type Book
Published in Aug 2020
Publisher Packt
ISBN-13 9781800209763
Pages 740 pages
Edition 1st Edition
Languages
Concepts
Authors (6):
Peter Farrell Peter Farrell
Profile icon Peter Farrell
Alvaro Fuentes Alvaro Fuentes
Profile icon Alvaro Fuentes
Ajinkya Sudhir Kolhe Ajinkya Sudhir Kolhe
Profile icon Ajinkya Sudhir Kolhe
Quan Nguyen Quan Nguyen
Profile icon Quan Nguyen
Alexander Joseph Sarver Alexander Joseph Sarver
Profile icon Alexander Joseph Sarver
Marios Tsatsos Marios Tsatsos
Profile icon Marios Tsatsos
View More author details

Table of Contents (14) Chapters

Preface
1. Fundamentals of Python 2. Python's Main Tools for Statistics 3. Python's Statistical Toolbox 4. Functions and Algebra with Python 5. More Mathematics with Python 6. Matrices and Markov Chains with Python 7. Doing Basic Statistics with Python 8. Foundational Probability Concepts and Their Applications 9. Intermediate Statistics with Python 10. Foundational Calculus with Python 11. More Calculus with Python 12. Intermediate Calculus with Python Appendix

Differential Equations

Solving an equation in a math class usually involves an unknown number, x. The equation hides the value but gives you hints as to how to find the value, such as 1. But to solve a differential equation, you're only given information regarding the derivative of a function, and you're expected to find the function. It could be something as simple as the following:

Figure 12.1: Finding a function with derivative 2

This means find a function whose derivative is 2. This can also be written as follows:

Figure 12.2: Alternative way to represent derivative of the function

By simple integration, we can find functions that work in this equation because we know the function y = 2x has a derivative of 2. In fact, many related functions, such as y = 2x + 1, y = 2x + 2, y = 2x + 3, and so on, all have a derivative of 2. So, we write a general form, that is, y = 2x + C.

Things get more complicated when we don&apos...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}