Gennaro Arguzzi
Gennaro Arguzzi

Reputation: 858

Expressing a constant in function of other prefixed constants - TI-Nspire CAS

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.

Upvotes: 0

Views: 775

Answers (1)

fragg
fragg

Reputation: 351

Something like this:

i1:=solve(x=a+b,a)
y:=a-c|i1

Upvotes: 1

Related Questions