Cantitate/Preț
Produs

Numerical Methods in Physics with Python

Autor Alex Gezerlis
en Limba Engleză Paperback – 19 iul 2023
Bringing together idiomatic Python programming, foundational numerical methods, and physics applications, this is an ideal standalone textbook for courses on computational physics. All the frequently used numerical methods in physics are explained, including foundational techniques and hidden gems on topics such as linear algebra, differential equations, root-finding, interpolation, and integration. The second edition of this introductory book features several new codes and 140 new problems (many on physics applications), as well as new sections on the singular-value decomposition, derivative-free optimization, Bayesian linear regression, neural networks, and partial differential equations. The last section in each chapter is an in-depth project, tackling physics problems that cannot be solved without the use of a computer. Written primarily for students studying computational physics, this textbook brings the non-specialist quickly up to speed with Python before looking in detail at the numerical methods often used in the subject.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 42608 lei  3-5 săpt. +5803 lei  7-11 zile
  Cambridge University Press – 19 iul 2023 42608 lei  3-5 săpt. +5803 lei  7-11 zile
Hardback (1) 82180 lei  6-8 săpt.
  Cambridge University Press – 19 iul 2023 82180 lei  6-8 săpt.

Preț: 42608 lei

Nou

Puncte Express: 639

Preț estimativ în valută:
8153 8578$ 6751£

Carte disponibilă

Livrare economică 24 decembrie 24 - 07 ianuarie 25
Livrare express 10-14 decembrie pentru 6802 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781009303866
ISBN-10: 1009303864
Pagini: 700
Dimensiuni: 255 x 178 x 40 mm
Greutate: 1.2 kg
Ediția:2
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:Cambridge, United Kingdom

Cuprins

Preface; 1. Idiomatic Python; 2. Numbers; 3. Derivatives; 4. Matrices; 5. Zeroes and minima; 6. Approximation; 7. Integrals; 8. Differential equations; Appendix A. Installation and setup; Appendix B. Number representations; Appendix C. Math background; Bibliography; Index.

Recenzii

'A fantastic addition as an introductory textbook for computational physics. The book is timely, and the author made thoughtful and, in my view, many wise choices. The book is comprehensive and yet accessible to undergraduate students.' Shiwei Zhang, the Flatiron Institute and the College of William & Mary
'Gezerlis' book Numerical Methods in Physics with Python is a beautiful example of how an established subject can be brought to the next level by making it very accessible and by introducing several insightful and interdisciplinary applications. This second edition considerably extends the set of exercises, resulting in an extremely useful resource for both students and teachers. Strongly recommended!' Sonia Bacca, Johannes Gutenberg-Universität Mainz
'This new edition of Numerical Methods… is another great example of Gezerlis' passion for teaching and for doing so carefully and precisely. Especially welcome, in my view, are the addition of problems at the end of each chapter and the discussion of singular value decomposition (SVD) and Bayesian methods. The SVD is one of the crown jewels of linear algebra which modern students interested in machine learning will surely find beneficial. To physics, computer science, or engineering students mesmerized by the fast Fourier transform, Gezerlis' excellent explanation of it in Chapter 6 is likely to shed some light on the underlying divide-and-conquer algorithm, which is an essential classic.' Joaquin Drut, University of North Carolina at Chapel Hill
Praise for the first edition: 'I enthusiastically recommend Numerical Methods in Physics with Python by Professor Gezerlis to any advanced undergraduate or graduate student who would like to acquire a solid understanding of the basic numerical methods used in physics. The methods are demonstrated with Python, a relatively compact, accessible computer language, allowing the reader to focus on understanding how the methods work rather than on how to program them. Each chapter offers a self-contained, clear, and engaging presentation of the relevant numerical methods, and captivates the reader with well-motivated physics examples and interesting physics projects. Written by a leading expert in computational physics, this outstanding textbook is unique in that it focuses on teaching basic numerical methods while also including a number of modern numerical techniques that are usually not covered in computational physics textbooks.' Yoram Alhassid, Yale University
'In Numerical Methods in Physics with Python by Gezerlis, one finds a resource that has been sorely missing! As the usage of Python has become widespread, it is too often the case that students take libraries, functions, and codes and apply them without a solid understanding of what is truly being done 'under the hood' and why. Gezerlis' book fills this gap with clarity and rigor by covering a broad number of topics relevant for physics, describing the underlying techniques, and implementing them in detail. It should be an important resource for anyone applying numerical techniques to study physics.' Luis Lehner, Perimeter Institute for Theoretical Physics
'Gezerlis' text takes a venerable subject - numerical techniques in physics - and brings it up to date and makes it accessible to modern undergraduate curricula through a popular, open-source programming language. Although the focus remains squarely on numerical techniques, each new lesson is motivated by topics commonly encountered in physics and concludes with a practical hands-on project to help cement the students' understanding. The net result is a textbook which fills an important and unique niche in pedagogy and scope, as well as a valuable reference for advanced students and practicing scientists.' Brian Metzger, Columbia University

Notă biografică


Descriere

A standalone text on computational physics combining idiomatic Python, foundational numerical methods, and physics applications.