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
> my_equation := "a" = 2
save(a = 2, my_equation)
a = 2
> "a" + 5 where my_equation
a + 5 = a + 5
> "a" + 5 where "a" = 2 #expected answer
a + 5 = 7
I want to substitute using the solution found earlier in the process and saved. Should also work with the output of solve/multisolve.
(Also, the documentation for the where operator has been elusive until version 5.0.0, I didn't know it existed until it showed up in the release notes. How to discover qalc features easier?)
The text was updated successfully, but these errors were encountered:
I want to substitute using the solution found earlier in the process and saved. Should also work with the output of solve/multisolve.
(Also, the documentation for the
where
operator has been elusive until version 5.0.0, I didn't know it existed until it showed up in the release notes. How to discover qalc features easier?)The text was updated successfully, but these errors were encountered: