Content deleted Content added
fixed grammar. |
The variable B was used twice, confusingly. Replace one of them with B_\mu |
||
Line 140:
Suppose we wish to compose forms <math>f_1 = A_1 x^2 + B_1 xy + C_1 y^2</math> and <math>f_2 = A_2 x^2 + B_2 xy + C_2 y^2</math>, each primitive and of the same discriminant <math>\Delta</math>. We perform the following steps:
# Compute <math>
# Solve the system of congruences <blockquote><math>\begin{align} x &\equiv B_1 \pmod{2 \tfrac{A_1}{e}}\\ x &\equiv B_2 \pmod{2 \tfrac{A_2}{e}}\\ \tfrac{
# Compute ''C'' such that <math>\Delta = B^2 - 4AC</math>. It can be shown that ''C'' is an integer.
|