Quadratic Algebra #
In this file we define the quadratic algebra QuadraticAlgebra R a b over a commutative ring R,
and define some algebraic structures on it.
Main definitions #
QuadraticAlgebra R a b: [Bourbaki, Algebra I][bourbaki1989] with coefficientsa,binR.
Tags #
Quadratic algebra, quadratic extension
Quadratic algebra over a type with fixed coefficient where $i^2 = a + bi$, implemented as
a structure with two fields, re and im. When R is a commutative ring, this is isomorphic to
R[X]/(X^2-b*X-a).
- re : R
Real part of an element in quadratic algebra
- im : R
Imaginary part of an element in quadratic algebra
Instances For
Instances For
The equivalence between quadratic algebra over R and R × R.
Instances For
The natural function R → QuadraticAlgebra R a b.
Note that, if R is a ring, you should use algebraMap instead of C.
Instances For
QuadraticAlgebra.re as a LinearMap
Instances For
QuadraticAlgebra.im as a LinearMap
Instances For
QuadraticAlgebra.equivTuple as a LinearEquiv
Instances For
QuadraticAlgebra R a b has a basis over R given by 1 and i