Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

sage automatically expanding polynomial

 R.<X>=PolynomialRing(ZZ,'X')
 X=R.gen()  
 P=(X+1)²+1
 show(P)

The result is X²+2X+2 while i would like sage to show (Ẍ+1)²+1.

How can i do that ?

sage automatically expanding polynomial

 R.<X>=PolynomialRing(ZZ,'X')
 X=R.gen()  
 P=(X+1)²+1
 show(P)

The result is X²+2X+2 while i would like sage to show (Ẍ+1)²+1.

How can i do that ?

sage automatically expanding polynomial

 R.<X>=PolynomialRing(ZZ,'X')
 X=R.gen()  
 P=(X+1)²+1
 show(P)

The result is X²+2X+2 while i would like sage to show (Ẍ+1)²+1.

How can i do that ?

sage automatically expanding polynomial

 R.<X>=PolynomialRing(ZZ,'X')
 X=R.gen()  
 P=(X+1)²+1
 show(P)

The result is X²+2X+2 while i would like sage to show (Ẍ+1)²+1.

How can i do that ?

sage automatically expanding polynomial

 R.<X>=PolynomialRing(ZZ,'X')
 X=R.gen()  
 P=(X+1)²+1
 show(P)

The result is X²+2X+2 while i would like sage to show (Ẍ+1)²+1.

How can i do that ?

sage automatically expanding polynomial

 R.<X>=PolynomialRing(ZZ,'X')
 X=R.gen()  
 P=(X+1)²+1
 show(P)

The result is X²+2X+2 while i would like sage to show (Ẍ+1)²+1.(X+1)²+1.

How can i do that ?