- 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.
推薦閱讀
- DevOps:軟件架構師行動指南
- OpenCV實例精解
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Linux環境編程:從應用到內核
- C++ 從入門到項目實踐(超值版)
- concrete5 Cookbook
- Hands-On Natural Language Processing with Python
- Learning jQuery(Fourth Edition)
- Mastering AWS Security
- Unity Character Animation with Mecanim
- Everyday Data Structures
- JavaScript悟道
- jQuery從入門到精通(微課精編版)
- 你必須知道的.NET(第2版)
- Java程序設計(項目教學版)