-
Robert Lanzafame authoredRobert Lanzafame authored
README.md 1.09 KiB
PA 2.2: Love is Sparse
CEGM1000 MUDE: Week 2.2. Due: before Friday, November 22nd, 2024. You can access this assignment with the following link: classroom.github.com/a/yyIrSrxc.
This assignment will introduce you to the concept of sparse matrices in Python and how they can be useful to speed up computations and reduce file sizes. This is especially important when using the numerical schemes we are learning about (FDM, FVM, FEM) to solve problems with a lot of unknowns at each time step. To accomplish this, we will be using the scipy.sparse
library.
The instructions and technical content for this PA are included in the attached notebook file. Enjoy!
Grading Criteria
You will pass this PA if:
- Your notebook
PA_2_2_love_is_sparse.ipynb
runs without errors.
End of file.
© Copyright 2024 MUDE, TU Delft. This work is licensed under a CC BY 4.0 License.