We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1\a
should become a
a
The text was updated successfully, but these errors were encountered:
For Real and Complex numbers, we should just make x \ y become y / x. It’s only for non-commuting numbers or matrices where the distinction matters.
x \ y
y / x
Sorry, something went wrong.
add backslash rules (#126)
168230a
Merge pull request #127 from JuliaSymbolics/s/backslash
113f8b4
julia> using SymbolicUtils julia> @syms a (a,) julia> 1\a a
No branches or pull requests
should become
a
The text was updated successfully, but these errors were encountered: