You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where this function scope isn't even correct in this case.
I would want it to appear more like,
julia>Δ(x) +2Δ(y)
2Δ₁(y) +Δ₁(x)
where the labeling on the functions come from the types of the input variables. I'd much prefer this latter output since I feel it is much cleaner to read and more informative.
The text was updated successfully, but these errors were encountered:
I would want to improve the appearance of my symbolic expression outputs by:
Could we edit the symbolic term printing to allow for these?
Currently the output looks like,
where this function scope isn't even correct in this case.
I would want it to appear more like,
where the labeling on the functions come from the types of the input variables. I'd much prefer this latter output since I feel it is much cleaner to read and more informative.
The text was updated successfully, but these errors were encountered: