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
I considered about some caveats by introducing this. I think there is not so large problem, except we got slices: a[x:y]. I also think we can simply raise errors when such input is given.
@MAKMED1337 Ah thanks, your suggestion seems reasonable. It requires some tricky parsing over the syntax tree though: if we found a node chain of indexing, we need to convert it to a single subscript.
Furthermore we might also want some setting to keep the bracket notation as-is: $x[a][b]$ since it is also used frequently.
Add suppot for indicies
to be something like
\mathrm{solve}(a) \triangleq a_0
The text was updated successfully, but these errors were encountered: