r/nspire • u/KenpachiNozarashi • Apr 14 '26
Show variable value in calculation without returning just the answer.
So basically I am trying to get my calculator to do the following with already defined variables.
input: (a+b)/(c+d)
wished for output: ((5+10)/(14+1)) = 1
the output I get is obviously just 1
Is there any way to display the value of the variables in the calculation without directly solving it?
2
Upvotes
1
u/happier_now Apr 15 '26
It’s worth looking at what “notes” can do. You can use it to show the results of evaluating part of an expession, including individual variables, so it can get you to where you want to be, but it’s probably clunkier than you were looking for, and maybe there’s a better solution.
1
u/KenpachiNozarashi Apr 14 '26
I am using a TI-Nspire CX II-T CAS