Python for Mathematics - Knight, Vincent; - Prospero Internetes Könyváruház

 
A termék adatai:

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
Témakör:

Python for Mathematics

 
Kiadás sorszáma: 1
Kiadó: Chapman and Hall
Megjelenés dátuma:
 
Normál ár:

Kiadói listaár:
GBP 49.99
Becsült forint ár:
25 299 Ft (24 095 Ft + 5% áfa)
Miért becsült?
 
Az Ön ára:

22 770 (21 686 Ft + 5% áfa )
Kedvezmény(ek): 10% (kb. 2 530 Ft)
A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
Kattintson ide a feliratkozáshoz
 
Beszerezhetőség:

Még nem jelent meg, de rendelhető. A megjelenéstől számított néhány héten belül megérkezik.
 
  példányt

 
Rövid leírás:

Python for Mathematics introduces readers to effective methods for doing mathematics using the Python programming language

Hosszú leírás:

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.

Tartalomjegyzék:

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