Makes Numerical Programming More Accessible to a Wider Audience<br><br>Bearing in mind the evolution of modern programming, most specifically emergent programming languages that reflect modern practice, Numerical Programming: A Practical Guide for Scientists and Engineers Using Python and C/C++ util
Introduction to Numerical Programming: A Practical Guide for Scientists and Engineers Using Python and C/C++
β Scribed by Titus A. Beu
- Publisher
- CRC Press
- Year
- 2014
- Tongue
- English
- Leaves
- 663
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Makes Numerical Programming More Accessible to a Wider Audience Bearing in mind the evolution of modern programming, most specifically emergent programming languages that reflect modern practice, Numerical Programming: A Practical Guide for Scientists and Engineers Using Python and C/C++ utilizes the authorβs many years of practical research and teaching experience to offer a systematic approach to relevant programming concepts. Adopting a practical, broad appeal, this user-friendly book offers guidance to anyone interested in using numerical programming to solve science and engineering problems. Emphasizing methods generally used in physics and engineeringβfrom elementary methods to complex algorithmsβit gradually incorporates algorithmic elements with increasing complexity. Develop a Combination of Theoretical Knowledge, Efficient Analysis Skills, and Code Design Know-How The book encourages algorithmic thinking, which is essential to numerical analysis. Establishing the fundamental numerical methods, application numerical behavior and graphical output needed to foster algorithmic reasoning, coding dexterity, and a scientific programming style, it enables readers to successfully navigate relevant algorithms, understand coding design, and develop efficient programming skills. The book incorporates real code, and includes examples and problem sets to assist in hands-on learning. Begins with an overview on approximate numbers and programming in Python and C/C++, followed by discussion of basic sorting and indexing methods, as well as portable graphic functionality Contains methods for function evaluation, solving algebraic and transcendental equations, systems of linear algebraic equations, ordinary differential equations, and eigenvalue problems Addresses approximation of tabulated functions, regression, integration of one- and multi-dimensional functions by classical and Gaussian quadratures, Monte Carlo integration techniques, generation of random variables, discretization methods for ordinary and partial differential equations, and stability analysis This text introduces platform-independent numerical programming using Python and C/C++, and appeals to advanced undergraduate and graduate students in natural sciences and engineering, researchers involved in scientific computing, and engineers carrying out applicative calculations.
β¦ Table of Contents
Front Cover
Contents
Series Preface
Preface
Author
Acknowledgments
CHAPTER 1: Approximate Numbers
CHAPTER 2: Basic Programming Techniques
CHAPTER 3: Elements of Scientific Graphics
CHAPTER 4: Sorting and Indexing
CHAPTER 5: Evaluation of Functions
CHAPTER 6: Algebraic and Transcendental Equations
CHAPTER 7: Systems of Linear Equations
CHAPTER 8: Eigenvalue Problems
CHAPTER 9: Modeling of Tabulated Functions
CHAPTER 10: Integration of Functions
CHAPTER 11: Monte Carlo Method
CHAPTER 12: Ordinary Differential Equations
CHAPTER 13: Partial Differential Equations
Appendix A: Dynamic ArrayAllocation in C/C++
Appendix B: Basic Operations withVectors and Matrices
Appendix C: Embedding Pythonin C/C++
Appendix D: The NumericalLibraries numxlib.py andnumxlib.h
Appendix E: The Graphics Librarygraphlib.py Based on Tkinter
Appendix F: The C++ Interface tothe Graphics Library graphlib.py
Appendix G: List of Programsby Chapter
Back Cover
π SIMILAR VOLUMES
Python Programming and Numerical Methods: A Guide for Engineers and Scientists introduces programming tools and numerical methods to engineering and science students, with the goal of helping the students to develop good computational problem-solving techniques through the use of numerical methods a
<span>Python is one of the most popular programming languages, widely used for data analysis and modelling, and is fast becoming the leading choice for scientists and engineers. Unlike other textbooks introducing Python, typically organised by language syntax, this book uses many examples from acros
This text introduces the C programming language using a range of engineering and science applications in the examples and exercises. The book assumes no programming experience and is suitable for an introduction to programming course (using C instead of Fortran or Pascal). Structured programming pri
This text introduces the C programming language using a range of engineering and science applications in the examples and exercises. The book assumes no programming experience and is suitable for an introduction to programming course (using C instead of Fortran or Pascal). Structured programming pri