Matrix Chain MultiplicationDelves into dynamic programming with a focus on Matrix Chain Multiplication and the longest common subsequence problem.
Numpy TutorialCovers the basics of Numpy, including importing the library, creating arrays, and performing linear algebra operations.
Principles of ParallelismCovers the basics of parallelism, including physical examples, historical context, multicore era, and parallel collections in Scala.
Cyclic Subspace DecompositionExplores minimal annihilating polynomials and cyclic invariant subspaces, showcasing their practical applications through matrix computations.
Matrix MultiplicationCovers matrix multiplication, properties, and the identity matrix in algebraic operations.