Author Topic: How do i store the ans of an option "Zero" in my case, to a variable on Nspire  (Read 2193 times)

0 Members and 1 Guest are viewing this topic.

Offline runeazn

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +5/-3
    • View Profile
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?

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
I'm not sure if I understand what you mean, but I think
Code: [Select]
variablename:=function.

Offline runeazn

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +5/-3
    • View Profile
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.
« Last Edit: January 17, 2012, 02:54:22 pm by runeazn »

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
So you want to define a variable with the value 3.14523232?
You can do this with x:=3.14523232 or 3.14523232->x