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
Note that simplification has renamed the external index i_2 to i_3 and now uses i_2 as a contraction index.
Also, I am not sure if calling simplify on an expression is supposed to modify the handed-in expression in-place instead of only returning a simplified expression.
The text was updated successfully, but these errors were encountered:
The following code snippet
produces
Note that simplification has renamed the external index
i_2
toi_3
and now usesi_2
as a contraction index.Also, I am not sure if calling
simplify
on an expression is supposed to modify the handed-in expression in-place instead of only returning a simplified expression.The text was updated successfully, but these errors were encountered: