I'm wondering if it's possible to define a natural variable n in TI-Nspire CAS. For example I'd like to write:
Defining a natural variable n in TI-Nspire CAS
1k views Asked by Gennaro Arguzzi At
2
I'm wondering if it's possible to define a natural variable n in TI-Nspire CAS. For example I'd like to write:
You can't define your own natural variables. However, Nspire has the following special variables you can use:
You can replace the original variables with them by hand or for convience just put
|x=@n0 and y=@n1at the end of line.Example: You are calculating fourier coefficients and know that variable k will only get real numbers from Σ operation. Replacing k with @n1 will simpilfy the function. Picture
(Calculator needs to be in RAD mode if you want to try)