December 2017
Intermediate to advanced
386 pages
10h 42m
English
In order to understand how to perform computations on top of a sparse matrix and the resulting benefits thereof, we will be looking at an example and comparing the difference between having a sparse matrix and not having a sparse matrix.
Solving a system of equations
As discussed in the Solving linear systems using matrices recipe, a system of equations is solved using the solve function in scipy.linalg.
In order to compare the difference between sparse matrix computation and non-sparse matrix computation, we will perform the following tasks:
Read now
Unlock full access