Skip to content

Linear Algebra

Course Overview

  • Institution: MIT
  • Course code: 18.06SC
  • Track: Engineering Mathematics
  • Tier: S
  • Role: Mainline
  • Level: Not standardized by provider (use prerequisites)
  • Last reviewed: 2026-07-28

MIT's Linear Algebra supplies the linear-algebra spine for engineering mathematics, with complete videos, notes, practice, and exams enabling closed-loop study of matrix methods.

Why choose this course

Mainline course. A particularly complete and well-structured option for this track.

Before you start

  • No hard prerequisite is recorded; check the provider page before starting.

Verifiable learning outcomes

  • Explain the core models in Engineering Mathematics, including their assumptions and limits
  • Solve representative derivations and problems, checking units, limiting cases, or numerical results

Workload and pacing

11 weeks at 9 hours/week. This maintainer planning estimate is derived from course role and the density of public practice and labs; it is not a provider workload promise. Pilot two weeks while logging instruction, practice, lab, and review time, then adjust the remaining plan when actual effort differs by more than 25%.

Safety level

Simulation only. The default practice scope is software, computation, or simulation only; a lab label in the resource inventory does not authorize connecting physical equipment, and any hardware extension requires provider-scope verification and a new risk assessment.

Course Resources

Software, hardware, and cost

Software

  • Maintainer-suggested open-source/free verification path: Python 3, Jupyter, NumPy, SciPy, SymPy, and Matplotlib
  • The resource inventory does not list public code coverage; the tools above are only a maintainer-suggested independent check, not a provider requirement

Hardware

  • The resource inventory does not list public physical-lab coverage; the maintainer path defaults to computation/simulation. It assumes only a general-purpose computer that can run notebooks and retain results; no dedicated physical hardware is assumed. If the provider lists different equipment or compute requirements, follow its course page

Cost note

The suggested software stack is available open source or free; this is maintainer planning, not a provider requirement. If the provider specifies commercial licenses, cloud compute, storage, or institutional resources, costs vary by plan, region, and institution, so no fixed price is asserted here.

Public resource coverage

Resource type Completeness
Video Complete
Notes Complete
Practice Complete
Labs No public material
Exams Complete
Code No public material

Resources and access

Resource Access License Status Verified
Course home Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Syllabus Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Meet the TAs Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 1 Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 1 Review — ocw.mit.edu/exam-1-review Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 2 Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 2 Review Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 1 Problem Solving Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 1 Review — ocw.mit.edu/exam-1-review — resource 3eee83e1 Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Exam 2 Problem Solving Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
An Overview of Key Ideas Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Column Space and Nullspace Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Cramer's Rule, Inverse Matrix and Volume Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Determinant Formulas and Cofactors Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Diagonalization and Powers of A Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Differential Equations and exp(At) Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Change of Basis; Image Compression Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Complex Matrices; Fast Fourier Transform (FFT) Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Recitation video transcript (PDF) — ocw.mit.edu/amlektjr5_u-1 Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Lecture video transcript (PDF) — ocw.mit.edu/hgc1l_6yskc-1 Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Lecture video transcript (PDF) — ocw.mit.edu/l88d4r74gtm-1 Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Recitation video transcript (PDF) — ocw.mit.edu/oshy7ycgbae-1 Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Recitation video transcript (PDF) — ocw.mit.edu/pz3zyuo2gpm-1 Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28
Lecture video transcript (PDF) — ocw.mit.edu/quzl5ikpo_u-1 Open access CC BY-NC-SA 4.0 for site materials; third-party exclusions may apply Listed by official page 2026-07-28

“Listed by official page” means the link was discovered on a successfully fetched official source on the verification date; it does not guarantee that every region or account can open the target directly. Access does not grant redistribution rights. Re-check the provider page, target link, and third-party notices before downloading, adapting, or publishing material.

Practice and Verification

Practice loop

Linear Algebra · MIT 18.06SC: Derivation and Numerical Consistency Audit

This is a maintainer-suggested self-study project for Linear Algebra · MIT 18.06SC, not an official course assignment. Audit one central theorem or model from Engineering Mathematics through a hand derivation, an executable numerical implementation, and an error study focused on conditioning, discretization, and limiting cases.

Origin: Maintainer-suggested project

Deliverables

  • A step-by-step derivation stating assumptions, notation, domain of validity, and at least one counterexample
  • A notebook or script implementing the central computation from scratch with sample inputs and unit tests
  • Raw results and an error table spanning at least three scales, step sizes, or condition-number settings
  • A report comparing analytic, numerical, and reference-library results and explaining the largest error and failure modes

Verification

  • On a declared well-conditioned baseline, achieve relative error at or below 1e-6 or explain the floating-point or discretization limit
  • Check one zero, infinite, or singular limit and document the expected trend
  • Cross-check at least ten test points with an independent method or mature numerical library
  • Inject an ill-conditioned input and record error growth, warning behavior, and the first condition at which the method fails

Reproducibility

  • Commit versioned source files, derivation sources, a README, and a one-command entry point
  • Pin interpreter and dependency versions and record random seeds, tolerances, and numeric backend
  • Store immutable raw inputs and outputs with checksums and regenerate the report from those files

Safety boundary: Simulation only — Use derivations and numerical computation only; do not deploy an unaudited model to safety-critical control, medical, or high-energy equipment.

Risks, gaps, and boundaries

Calculus is formally listed, but the central linear algebra content can be learned without it.

Completion evidence

  • Weekly learning log with time, questions, corrected errors, decisions, next steps, and links to that week's reproducible artifacts
  • Theory dossier with explicit assumptions, notation, derivation, units, and boundary conditions, checked by at least one independent method
  • Simulation package with model or netlist, inputs, solver and version, parameter-sweep script, benchmark comparison, expected results, and one rerun command