CS 357
Fall 2020
Syllabus
Lecture
Schedule
Contact
Resources
Resources
This site was for the Fall 2020 semester and is not maintained. For the latest content, please visit the course website for this semester.
Review Questions for Sparse Matrices
What does it mean for a matrix to be sparse?
What factors might you consider when deciding how to store a sparse matrix? (Why would you store a matrix in one format over another?)
Given a sparse matrix, put the matrix in CSR format.
Given a sparse matrix, put the matrix in COO format.
For a given matrix, how many bytes total are required to store it in CSR format?
For a given matrix, how many bytes total are required to store it in COO format?