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

Printing of objects that are not vectors nor matrices #38

Open
mikldk opened this issue Nov 7, 2019 · 0 comments
Open

Printing of objects that are not vectors nor matrices #38

mikldk opened this issue Nov 7, 2019 · 0 comments

Comments

@mikldk
Copy link
Collaborator

mikldk commented Nov 7, 2019

x <- ysym("x")
y <- ysym("y")
eq <- x^2 + 3*x + 4*y + y^4
eq

gives

## [1] x^2+3*x+4*y+y^4

It would be better if it was more clear that eq is a yac_symbol. For vectors and matrices this is more clear due to the {'s.

A suggestion:

## y: x^2+3*x+4*y+y^4
mikldk added a commit that referenced this issue Nov 7, 2019
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

1 participant