Mathlib Map

Theorems · Definition · linear algebra

Matrix.updateCol

{m : Type u_2} → {n : Type u_3} → {α : Type v} → [DecidableEq n] → Matrix m n α → n → (m → α) → Matrix m n α

Update, i.e. replace the jth column of matrix A with the values in b.

Defined in
Mathlib.LinearAlgebra.Matrix.RowCol
Cited by
45 results in Mathlib
Foundations
Depth 14 from the axioms · uses Quot.sound
Assumes
DecidableEq

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by46

Results whose statement or proof uses this declaration.