0

I'm trying to do the following operation with my TI-Nspire CAS; I have:

x=a+b

y=a-c

I'd like to get:

y=x-b-c

Thank you so much for your time.

Gennaro Arguzzi
  • 769
  • 1
  • 14
  • 27

1 Answers1

1

Something like this:

i1:=solve(x=a+b,a)
y:=a-c|i1
fragg
  • 351
  • 1
  • 7
  • if you want, I have another question for your https://stackoverflow.com/questions/49600201/constant-in-function-of-other-constants-ti-nspire-cas – Gennaro Arguzzi Apr 01 '18 at 16:33