Learning Quantum
  • Project Scope and Purpose
  • Getting Started
    • Need to Know
    • Resources
  • Linear Algebra
    • Linear Algebra Summary
      • Math References
    • Basics
    • Vector Relationships
    • Span, Basis and Spaces
    • Transformations
  • Physics
    • Physics Summary
      • Physics References
    • Classical Mechanics
    • Quantum Mechanics
  • Qubits
    • Qubits Summary
      • Qubit References
    • Classical Bits
    • Quantum Bits
    • Multi-Qubit Systems
  • Quantum Circuits
    • Quantum Circuit Summary
      • Quantum Circuit References
    • Classical Models of Computation
    • Quantum Information
    • Single Qubit Gates
    • Multi-Qubit Gates
  • IBMQ
    • IBMQ Summary
    • Getting Access to IBM Quantum
    • IBMQ Tools
    • Using Quantum Gates - The Circuit Composer
  • Qiskit
    • Qiskit Overview
    • Installing Qiskit
    • Parts of a Qiskit Program
    • Writing a Qiskit Program
  • Supplementary
  • Quantum Safe Algorithms
Powered by GitBook
On this page
  • The language of Quantum Mechanics
  • Material
  • Review Material
  • New Material
  • Resources
  • Additional Info & Problem Sets Summary

Was this helpful?

  1. Linear Algebra

Linear Algebra Summary

The language of Quantum Mechanics

While we describe physical systems in a bunch of different ways, linear algebra is the best way to describe the behaviour of quantum objects. It's also the best way to translate the theory behind whats going on into practical protocols for developing quantum algorithms.

Material

The purpose of this section is to touch on each of the most important topics in linear algebra, without going into too much detail. If you're reading through and find yourself unfamiliar with a particular topic, you'd benefit from taking some time to review it.

Review Material

  • Vectors

  • Matrix operations

  • Linear combinations

  • Linear independence / dependence

  • Vector spaces

  • Basis and span

  • Transformations

New Material

  • Bra-ket notation

Resources

Additional Info & Problem Sets Summary

Below is a list of all of the extra detail & problem sets included in this section of the tutorial:

PreviousResourcesNextMath References

Last updated 5 years ago

Was this helpful?

Basics
An introduction to matrices
Detailed Review of vectors
Matrix addition and subtraction problems
Scalar multiplication problems
Matrix multiplication problems
Linear Operations
Detailed explanation of linear independence
Detailed explanation of linear combinations
Vector Spaces
More about linear sub-spaces and span
Detailed description of basis
Transformations
Fun transformation visualization tool
More information about transformations
Transformation matrix problems
More specific details about linear transformations and how they work