equivalent for equ▶string(
I can create a function with:
define fn(x)=$x^2+1$
or
request "Enter the function for fn(x)=",fn(x)
I can also copy the function with:
fn(x)→gn(x)
but when I try to display the contents of the function, I run into a virtual wall.
I can not display the contents of the function.
i.e.
disp "fn(x)=",fn(x)
fn(x)=$x^2+1$
all I get is
disp string(fn)
"Error: Argument error"
disp string(fn(x))
"Error: Variable is not defined"
TI-83/84 has equ▶string(
I can't find it in the TI-nspire
Is there an equivalent or a workaround?
Help please