Plane Y₃ B₃ and an orthogonal third point #
The plane spanned by Y₃, B₃ and third orthogonal point.
References #
The plane of linear solutions spanned by Y₃
, B₃
and R
, a point orthogonal
to Y₃
and B₃
.
Equations
- MSSMACC.planeY₃B₃ R a b c = a • MSSMACC.Y₃.toLinSols + b • MSSMACC.B₃.toLinSols + c • R.toLinSols
Instances For
The line in the plane spanned by Y₃
, B₃
and R
which is in the quadratic,
as LinSols
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The line in the plane spanned by Y₃
, B₃
and R
which is in the quadratic.
Equations
- MSSMACC.lineQuad R c1 c2 c3 = MSSMACC.AnomalyFreeQuadMk' (MSSMACC.lineQuadAFL R c1 c2 c3) ⋯
Instances For
theorem
MSSMACC.lineQuad_val
(R : AnomalyFreePerp)
(c1 c2 c3 : ℚ)
:
(lineQuad R c1 c2 c3).val = (planeY₃B₃ R (c2 * (MSSMACCs.quadBiLin R.val) R.val - 2 * c3 * (MSSMACCs.quadBiLin B₃.val) R.val)
(2 * c3 * (MSSMACCs.quadBiLin Y₃.val) R.val - c1 * (MSSMACCs.quadBiLin R.val) R.val)
(2 * c1 * (MSSMACCs.quadBiLin B₃.val) R.val - 2 * c2 * (MSSMACCs.quadBiLin Y₃.val) R.val)).val
A helper function to simplify following expressions.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A helper function to simplify following expressions.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A helper function to simplify following expressions.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The line in the plane spanned by Y₃
, B₃
and R
which is in the cubic.
Equations
- One or more equations did not get rendered due to their size.