- Mastering SciPy
- Francisco J. Blanco-Silva
- 98字
- 2021-08-20 10:48:26
Chapter 1. Numerical Linear Algebra
The term Numerical Linear Algebra refers to the use of matrices to solve computational science problems. In this chapter, we start by learning how to construct these objects effectively in Python. We make an emphasis on importing large sparse matrices from repositories online. We then proceed to reviewing basic manipulation and operations on them. The next step is a study of the different matrix functions implemented in SciPy. We continue on to exploring different factorizations for the solution of matrix equations, and for the computation of eigenvalues and their corresponding eigenvectors.
推薦閱讀
- 精通Nginx(第2版)
- ASP.NET Core 5.0開發入門與實戰
- Python Deep Learning
- Getting Started with CreateJS
- 精通軟件性能測試與LoadRunner實戰(第2版)
- 數據結構(C語言)
- C語言程序設計同步訓練與上機指導(第三版)
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- JavaScript入門經典
- Clojure Reactive Programming
- Microsoft Azure Storage Essentials
- Quantum Computing and Blockchain in Business
- Go語言開發實戰(慕課版)
- 從零開始:UI圖標設計與制作(第3版)
- Advanced Python Programming