Mathlib Map

Theorems · Definition · linear algebra

Matrix.replicateCol

{m : Type u_2} → {α : Type v} → (ι : Type u_6) → (m → α) → Matrix m ι α

Matrix.replicateCol ι u is the matrix with all columns equal to the vector u. To get a column matrix with exactly one column, Matrix.replicateCol (Fin 1) u is the canonical choice.

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

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 by42

Results whose statement or proof uses this declaration.