在其他前缀常量的函数中表达常量 - TI-Nspire CAS

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

我正在尝试使用我的 TI-Nspire CAS 执行以下操作;我有:

x=a+b

y=a-c

我想得到:

y=x-b-c

非常感谢您的宝贵时间。

像这样:

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