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.
- DFunLike.coeproof · cited by 62,936
- Matrixstatement and proof · cited by 4,303
- Function.updateproof · cited by 502
- Matrix.ofproof · cited by 336
Cited by46
Results whose statement or proof uses this declaration.
- Matrix.updateRow_transposestatement and proof · cited by 12
- Matrix.updateCol_nestatement · cited by 11
- Matrix.updateCol_selfstatement · cited by 11
- Matrix.updateCol_applystatement and proof · cited by 8
- Matrix.cramer_applystatement · cited by 7
- Polynomial.resultant_C_mul_rightproof · cited by 5
- Matrix.updateCol_transposestatement and proof · cited by 5
- Matrix.adjugate_transposeproof · cited by 5
- Matrix.updateCol_submatrix_equivstatement and proof · cited by 3
- Matrix.updateCol.congr_simpstatement and proof · cited by 3
- Matrix.updateCol_eq_selfstatement · cited by 2
- Matrix.cramerMapproof · cited by 2