Ask Your Question
3

latex of elements of multivariate polynomial quotient ring

asked 4 years ago

Road gravatar image

updated 4 years ago

slelievre gravatar image

Here is a block of code:

R = PolynomialRing(QQ, 'a, b, c')
a, b, c = R.gens()
I = R.ideal(a**2 + a + 1)
S = R.quotient(I, names=R.variable_names()).fraction_field()
a, b, c = S.gens()
show(a**2/b**3)  # this looks wrong
latex(a)  # = \text{\texttt{a}}, should just be `a`
Preview: (hide)

Comments

Thanks for reporting this!

This might be because Sage relies on Singular for these computations.

But it would be nice to fix this anyway.

slelievre gravatar imageslelievre ( 4 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 4 years ago

slelievre gravatar image

Fixing this is now tracked at

Preview: (hide)
link

Comments

A fix has now been proposed at that ticket.

slelievre gravatar imageslelievre ( 2 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 4 years ago

Seen: 941 times

Last updated: Jan 02 '21