AffineBasis.toMatrix_inv_vecMul_toMatrix
∀ {ι : Type u₁} {k : Type u₂} {V : Type u₃} {P : Type u₄} [inst : AddCommGroup V] [inst_1 : AddTorsor V P]
[inst_2 : CommRing k] [inst_3 : Module k V] [inst_4 : DecidableEq ι] [inst_5 : Fintype ι] (b 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_vecMul_coords.
- Defined in
- Mathlib.LinearAlgebra.AffineSpace.Matrix
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- AddTorsorstatement and proof · cited by 1,657
- IsUnitproof · cited by 1,602
- AffineMapstatement · cited by 674
- Matrix.vecMulstatement and proof · cited by 148
- AffineBasisstatement and proof · cited by 65
- Matrix.isUnit_iff_isUnit_detproof · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- AffineBasis.det_smul_coords_eq_cramer_coordsproof · cited by 0