Skip to content
New issue

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

where operator using a saved equation? #710

Open
smm9509 opened this issue Sep 19, 2024 · 0 comments
Open

where operator using a saved equation? #710

smm9509 opened this issue Sep 19, 2024 · 0 comments

Comments

@smm9509
Copy link

smm9509 commented Sep 19, 2024

> 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?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant