Computer Science I / Applications of Linear Algebra in Computing
Practice question · Sort into groups

Sort each computing task by the linear-algebra tool it primarily uses.

Groups: Matrix multiplication · Eigenvectors · Solving a linear system

Hints
  1. PCA and PageRank both hinge on a dominant eigenvector.
  2. Circuit analysis sets up simultaneous linear equations.
Show the answer

Matrix multiplication: The graphics transformation pipeline

Eigenvectors: PCA dimensionality reduction, PageRank's ranking vector

Solving a linear system: Fitting a circuit's node voltages

Why

The graphics pipeline chains matrix multiplications. PCA and PageRank both extract a dominant eigenvector. Circuit node voltages come from solving a linear system of simultaneous equations.

Read the lesson: Applications of Linear Algebra in Computing →

Practise Applications of Linear Algebra in Computing

The app has 5 more questions on this lesson, and keeps your place in the course. Computer Science I is free to start.

More questions on Applications of Linear Algebra in Computing