This document discusses parallel algorithms for linear algebra operations. It begins by defining parallel algorithms and linear algebra. It then describes dense matrix algorithms like matrix-vector multiplication and solving systems of linear equations using Gaussian elimination. It presents the serial algorithms for these operations and discusses parallel implementations using 1D row-wise partitioning among processes. It analyzes the computation and communication costs of the parallel Gaussian elimination algorithm.