Mark’s Math
  • Scholarship
  • Viz
  • Class

Linear Algebra

Math 365
Fall 2025
with professor Mark McClure

Handy links

  • Syllabus
  • Course Calendar
  • The textbook
  • MyOpenMath
  • The Math Lab!
import {eigen_pic} from './components/linear-side_pic.js'
eigen_pic(
    [
      [1, 1],
      [1/2, 3/2]
    ],
    [
      [1, 1],
      [-2, 1]
    ],
    { dd: 0.2 }
  )