I am new to the TI-Nspire CX CAS. Could you advice me on how to store an equation in a variable? Mathematica uses ":=" and "==", e.g.
- Code: Select all
myeq := 1/a == b * log(a + 4)
in order to use it later on in an expression like
- Code: Select all
solve(myeq,a) | b = 10
Thank you for advice.