First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 7 years ago

Psi gravatar image

Segmentation fault when multiplying by variable

In Sage 7.5.1 I'm trying to work with unknown values in GF(3) and polynomials.

The following code gives me a segmentation fault:

P.<x> = GF(3)['x']
var('a')
sigma = 2*x+ 1
print(a*(sigma))

What is the proper way to handle unknown GF(3) values like "a" in Sage?

Segmentation fault when multiplying by variable

In Sage 7.5.1 I'm trying to work with unknown values in GF(3) and polynomials.

The following code gives me a segmentation fault:

P.<x> = GF(3)['x']
var('a')
sigma = 2*x+ 1
print(a*(sigma))

What is the proper way to handle unknown GF(3) values like "a" in Sage?

click to hide/show revision 3
retagged

updated 5 years ago

FrédéricC gravatar image

Segmentation fault when multiplying by variable

In Sage 7.5.1 I'm trying to work with unknown values in GF(3) and polynomials.

The following code gives me a segmentation fault:

P.<x> = GF(3)['x']
var('a')
sigma = 2*x+ 1
print(a*(sigma))

What is the proper way to handle unknown GF(3) values like "a" in Sage?

Segmentation fault when multiplying by variable

In Sage 7.5.1 I'm trying to work with unknown values in GF(3) and polynomials.

The following code gives me a segmentation fault:

P.<x> = GF(3)['x']
var('a')
sigma = 2*x+ 1
print(a*(sigma))

What is the proper way to handle unknown GF(3) values like "a" in Sage?

Segmentation fault when multiplying by variable

In Sage 7.5.1 I'm trying to work with unknown values in GF(3) and polynomials.

The following code gives me a segmentation fault:

P.<x> = GF(3)['x']
var('a')
sigma = 2*x+ 1
print(a*(sigma))

What is the proper way to handle unknown GF(3) values like "a" in Sage?