Mathlib Map

Theorems · Definition · linear algebra

Matrix.single

{m : Type u_2} →
  {n : Type u_3} → {α : Type u_7} → [DecidableEq m] → [DecidableEq n] → [Zero α] → m → n → α → Matrix m n α

single i j a is the matrix with a in the i-th row, j-th column, and zeroes elsewhere.

Defined in
Mathlib.Data.Matrix.Basis
Cited by
129 results in Mathlib
Foundations
Depth 14 from the axioms, rests on 73 definitions · uses Quot.sound
Assumes
DecidableEqDecidableEqZero

Around this declaration

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

Cites3

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

Cited by136

Results whose statement or proof uses this declaration.