AffineBasis.toMatrix_vecMul_coords
∀ {ι : Type u₁} {k : Type u₂} {V : Type u₃} {P : Type u₄} [inst : AddCommGroup V] [inst_1 : AddTorsor V P]
[inst_2 : Ring k] [inst_3 : Module k V] (b : AffineBasis ι k P) [inst_4 : Fintype ι] (b₂ : AffineBasis ι k P) (x : P),
Matrix.vecMul (b₂.coords x) (b.toMatrix ⇑b₂) = b.coords xA change of basis formula for barycentric coordinates.
See also AffineBasis.toMatrix_inv_vecMul_toMatrix.
- Defined in
- Mathlib.LinearAlgebra.AffineSpace.Matrix
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Fintypestatement and proof · cited by 7,736
- Ringstatement and proof · cited by 7,463
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
- AddTorsorstatement and proof · cited by 1,657
- AffineMapstatement · cited by 674
- Finset.affineCombinationproof · cited by 159
- Matrix.vecMulstatement and proof · cited by 148
Cited by2
Results whose statement or proof uses this declaration.
- AffineBasis.toMatrix_inv_vecMul_toMatrixproof · cited by 1
- AffineBasis.toMatrix_mul_toMatrixproof · cited by 1