[back] [prev] [next] [index] [root]

 


ImQuadFormCreate

Generates a quadratic form.

Syntax:

g:=ImQuadFormCreate(D,p);
g:=ImQuadFormCreate(D,[a,b,c]);

Description:

Let D be a fundamental discriminant and p be a prime or [a,b,c] a list of integers. This function generates the quadratic form with a=p and discriminant D if there exists one or proves if the discriminant of the suggested form [a,b,c] is D. The group operations is written additively.


Example:



<- back[back] [prev] [next] [index] [root]