- Mastering SciPy
- Francisco J. Blanco-Silva
- 336字
- 2021-08-20 10:48:25
What this book covers
Chapter 1, Numerical Linear Algebra, presents an overview of the role of matrices to solve problems in scientific computing. It is a crucial chapter for understanding most of the processes and ideas of subsequent chapters. You will learn how to construct and store large matrices effectively in Python. We then proceed to reviewing basic manipulation and operations on them, followed by factorizations, solutions of matrix equations, and the computation of eigenvalues/eigenvectors.
Chapter 2, Interpolation and Approximation, develops advanced techniques to approximate functions, and their applications to scientific computing. This acts as a segway for the next two chapters.
Chapter 3, Differentiation and Integration, explores the different techniques to produce derivatives of functions and, more importantly, how to compute areas and volumes effectively by integration processes. This is the first of two chapters devoted to the core of numerical methods in scientific computing. This second part is also an introduction to Chapter 5, Initial Value Problems for Ordinary Differential Equations that mentions ordinary differential equations.
Chapter 4, Nonlinear Equations and Optimization, is a very technical chapter in which we discuss the best methods of obtaining the roots and extrema of systems of functions depending on the kinds of functions involved.
Chapter 5, Initial Value Problems for Ordinary Differential Equations, is the first of five chapters on applications to real-world problems. We show you, by example, the most popular techniques to solve systems of differential equations, as well as some applications.
Chapter 6, Computational Geometry, takes a tour of the most significant algorithms in this branch of computer science.
Chapter 7, Descriptive Statistics, is the first of two chapters on statistical computing and its applications to Data Analysis. In this chapter, we focus on probability and data exploration.
Chapter 8, Inference and Data Analysis, is the second chapter on Data Analysis. We focus on statistical inference, machine learning, and data mining.
Chapter 9, Mathematical Imaging, is the last chapter of this book. In it, we explore techniques for image compression, edition, restoration, and analysis.
- 程序設計與實踐(VB.NET)
- Visual Studio 2012 Cookbook
- Learn to Create WordPress Themes by Building 5 Projects
- PostgreSQL Cookbook
- Ext JS Data-driven Application Design
- 64位匯編語言的編程藝術
- Java深入解析:透析Java本質(zhì)的36個話題
- Podman實戰(zhàn)
- 深度學習:算法入門與Keras編程實踐
- PySide GUI Application Development(Second Edition)
- C語言程序設計
- 劍指MySQL:架構、調(diào)優(yōu)與運維
- Expert Data Visualization
- Swift語言實戰(zhàn)精講
- Java程序設計入門