Package sage :: Package rings :: Package polynomial :: Module polynomial_fateman
[hide private]
[frames] | no frames]

Module polynomial_fateman

source code

Functions [hide private]
 
_mul_fateman_to_int2(f_list, g_list)
Convert an polynomial to an integer by evaluating it...
source code
 
_mul_fateman_to_poly(number, padding)
Converts a number to a polynomial, according...
source code
 
_mul_fateman_mul(f, g)
Multiply 2 polynomials
source code
Function Details [hide private]

_mul_fateman_to_int2(f_list, g_list)

source code 

Convert an polynomial to an integer by evaluating it
INPUT: p, a list of integers
OUTPUT: padding

_mul_fateman_to_poly(number, padding)

source code 

Converts a number to a polynomial, according
to a padding
OUTPUT: a list containing the coefficient of
a polynomial of degree len(list)