
ISBN13: | 9781032582184 |
ISBN10: | 1032582189 |
Kötéstípus: | Puhakötés |
Terjedelem: | 268 oldal |
Méret: | 254x178 mm |
Nyelv: | angol |
Illusztrációk: | 30 Illustrations, color; 30 Line drawings, color; 2 Tables, black & white |
700 |
Python for Mathematics
GBP 49.99
Kattintson ide a feliratkozáshoz
Python for Mathematics introduces readers to effective methods for doing mathematics using the Python programming language
Python for Mathematics introduces readers to effective methods for doing mathematics using the Python programming language. Most programming texts introduce readers to the building blocks of programming and build up to using more sophisticated tools for a specific purpose, like doing particular mathematical tasks. This is akin to teaching someone how to forge metal so as to make a nail, and then slowly working up to using sophisticated power tools so as to actually build something. This book does things in a different way, by first getting readers to begin using and understanding the tools that are going to be helpful to them as mathematicians, and only then moving onto the granular details. In this way, the practical application of the tools can aid in the understanding of the theory.
Features
? Complete with engaging, practical exercises
? Many useful and detailed coding examples
? Suitable for undergraduates in mathematics, and other quantitative sciences
? Empowers readers to design and create their own Python tools.
Preface Section 1 OVERVIEW Chapter 1 Introduction Section 2 TOOLS FOR MATHEMATICS Chapter 2 Using notebooks Chapter 3 Algebra Chapter 4 Calculus Chapter 5 Matrices Chapter 6 Combinatorics Chapter 7 Probability Chapter 8 Sequences Section 3 BUILDING TOOLS Chapter 11 Variables, conditionals and loops Chapter 12 Functions and data structures Chapter 13 Object oriented programming Chapter 14 Using a command line and an editor Chapter 15 Modularisation Chapter 16 Documentation Chapter 17 Testing Section 4 About this Book Bibliography Index Chapter 18 How this book is written