Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
General Calculator Help
»
How do i store the ans of an option "Zero" in my case, to a variable on Nspire
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: How do i store the ans of an option "Zero" in my case, to a variable on Nspire (Read 2583 times)
0 Members and 1 Guest are viewing this topic.
runeazn
LV4
Regular (Next: 200)
Posts: 191
Rating: +5/-3
How do i store the ans of an option "Zero" in my case, to a variable on Nspire
«
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+
so I wonder how i do it on my calc?
Logged
lkj
LV6
Super Member (Next: 500)
Posts: 485
Rating: +58/-1
Re: How do i store the ans of an option "Zero" in my case, to a variable on Nspire
«
Reply #1 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
.
Logged
Nspire Ndless C programmer
Projects:
nTxt - Text Editor
nAssembler - Nspire on-calc assembler
runeazn
LV4
Regular (Next: 200)
Posts: 191
Rating: +5/-3
Re: How do i store the ans of an option "Zero" in my case, to a variable on Nspire
«
Reply #2 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.
«
Last Edit: January 17, 2012, 02:54:22 pm by runeazn
»
Logged
lkj
LV6
Super Member (Next: 500)
Posts: 485
Rating: +58/-1
Re: How do i store the ans of an option "Zero" in my case, to a variable on Nspire
«
Reply #3 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
Logged
Nspire Ndless C programmer
Projects:
nTxt - Text Editor
nAssembler - Nspire on-calc assembler
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
General Calculator Help
»
How do i store the ans of an option "Zero" in my case, to a variable on Nspire