Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't omit the times symbol when print a polynomial #60

Open
newptcai opened this issue Apr 22, 2020 · 2 comments
Open

Don't omit the times symbol when print a polynomial #60

newptcai opened this issue Apr 22, 2020 · 2 comments

Comments

@newptcai
Copy link

Try this

julia> @polyvar p beta
(p, beta)

julia> p*beta
pbeta

Shouldn't there a \times or a *?

@blegat
Copy link
Member

blegat commented Apr 22, 2020

We omit the * for conciseness as the variables usually only have only one symbol. One idea would be to use * in case at least one variables have multiple symbols.

@newptcai
Copy link
Author

Most CAS at least print a space between symbols. Without it, it would be difficult to copy and paste results between different systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants