Omnimaga

Calculator Community => TI Calculators => General Calculator Help => Topic started by: runeazn on January 16, 2012, 03:27:56 pm

Title: How do i store the ans of an option "Zero" in my case, to a variable on Nspire
Post by: runeazn on January 16, 2012, 03:27:56 pm
So i know how to do it on a 84+ as my teacher explained it, but i dont have a 84+ :banghead:
so I wonder how i do it on my calc?
Title: Re: How do i store the ans of an option "Zero" in my case, to a variable on Nspire
Post by: lkj on January 16, 2012, 04:09:22 pm
I'm not sure if I understand what you mean, but I think
Code: [Select]
variablename:=function.
Title: Re: How do i store the ans of an option "Zero" in my case, to a variable on Nspire
Post by: runeazn on January 17, 2012, 12:12:28 pm
f1(x)=x^2
option zero i get x=0

but lets say i;ve got a formula which has a decimal x. like x=3.14523232
I would like to store it to use in my calculations.
Title: Re: How do i store the ans of an option "Zero" in my case, to a variable on Nspire
Post by: lkj on January 17, 2012, 03:00:04 pm
So you want to define a variable with the value 3.14523232?
You can do this with x:=3.14523232 or 3.14523232->x