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

fail to plus an variable with a number #26

Open
XLin0mu opened this issue May 13, 2023 · 0 comments
Open

fail to plus an variable with a number #26

XLin0mu opened this issue May 13, 2023 · 0 comments

Comments

@XLin0mu
Copy link

XLin0mu commented May 13, 2023

Addition operator for variable with number is not available:

julia> @syms x
julia> x+3
ERROR

But multiplication is available:

julia> x*3
3x

Is there some inner special reason?
Why can't it be a symbolic data as x+3?

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