[tinspire] Sliders & Tables

78 views
Skip to first unread message

richkonar50

unread,
Apr 18, 2010, 9:05:52 AM4/18/10
to tinspire
Is there a way to use a slider with a table? I graphed the
exponential y = a*2^x and use a slider for the a-value. I tried to
show the graph and table but when I moved the slider, I got a message
"cannot accept change; invalid input". Any help would be appreciated.

Thank you
Rich Konarski

--
To post to this group, send email to tins...@googlegroups.com
To unsubscribe send email to tinspire+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com.au/group/tinspire?hl=en-GB?hl=en-GB
The tns documents shared by group members are archived at
http://lafacroft.com/archive/nspire.php

Nelson Sousa

unread,
Apr 18, 2010, 9:20:59 AM4/18/10
to tins...@googlegroups.com

It seems to be a matter of dependent/independent objects but I'm not sure exactly why is the table locking variable a.

But you can use a spreadsheet instead. 

Option A: On column A use the generate sequence comand (from the Data menu) and define column B as f1([A]). (the sequence always starts at n=1)
Option B: use the seq command as seq(n,n,first_order, last_order). (you need two n: the first is the expression, the second is the variable to increment; first_order and last_order correspond to the min and max of n)

On the spreadsheet, unlike the table, you can't move up freely and have the table automatically update the min order of the independent variable, you have to edit the definition of the column by hand. But it's a decent workaround.


Cheers,
Nelson
Reply all
Reply to author
Forward
0 new messages