50g group photo

Yahoo Groups archive

50g

Archive for 50g.

Index last updated: 2026-03-30 00:59 UTC

Message

Re: [50g] Re: time for a change

2008-07-26 by Guy Teague

and now that i've blasted this thing so bad, i find the programming exceptionally easy to use. i was able to write a program that simulated a die toss in 3 lines and less than 3 minutes. i've starred my input, the other lines were pre-filled in:

Define dice()=
Prgm
*Local d
*randInt(1,6) -> d
*Disp d
EndPrgm

the program words were inserted from the catalog, all i supplied was the variable name and the parameters. and running it is as simple as hitting the 'var' key and selecting from a list. the program editor has a nice split-screen mode.

if you guys are getting tired of my little mini-rants and reviews of this calc (seeing as how we are, after all, on an hp50 list) just let me know. but i think many or perhaps most of us have multiple calculators and are interested in all the brands and models.

for those interested i found the following site has some extremely helpful videos of many ti-nspire procedures and their coin toss programming example was extremely easy for me to modify for this dice toss program:

http://movies.atomiclearning.com/k12/ti_nspire/

/guy

On Sat, Jul 26, 2008 at 1:04 AM, Guy Teague <gt@...> wrote:
i finally figured it out from an error message.

i put in 'solve(a+b/c),c' and it told me that 'a+b/c' wasn't an equation. so i entered:

'solve(a+b/c=0,c)' and bob's your uncle!! i found that:

'solve(a+b/c=d,c)' also works.

so, only two days to figure out that simple item. and i did that without being able to figure out how to edit an entry, so i had to reenter the whole equation each time. and i still haven't figured out how to drag and drop although the cursor turns to a hand.

y'know, why is all this crap so difficult? i'm getting too old to devote a year of my life to learning a non-intuitive calculator.

i did figure out how to do a temperature conversion and it's just as convoluted as the hp50 way--you have to go back and forth into a menu about 4 times unless you want to figure out how to type in the 'degree' symbol i guess. and so far there's no sight of the hundred+ flags of the hp50 nor an equation library. there are 'activities' to download, but i find very few of them useful without opening both their accompanying word and pdf files anyway, so why even bother with the calculator? just download the pdfs.

the templates section looks interesting and i will gradually sneak up on those as i go along. but they are represented as tiny icons, not text--and no little text balloon pops up to tell you what the templates are for.

/guy


On Fri, Jul 25, 2008 at 8:48 PM, Guy Teague <gt@...> wrote:
yeah, that's exactly what i'm looking for.

that's the hp way. but i can't find a similar structure on the nspire cas.

/guy


On Fri, Jul 25, 2008 at 8:37 PM, tedwingate <tedwingate@...> wrote:
'a+b/c=d'
'c'
ISOL

c=-b/(a-d) will be returned on the stack

Is that the type of thing you're looking for?


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
   http://groups.yahoo.com/group/50g/

<*> Your email settings:
   Individual Email | Traditional

<*> To change settings online go to:
   http://groups.yahoo.com/group/50g/join
   (Yahoo! ID required)

<*> To change settings via email:
   mailto:50g-digest@yahoogroups.com
   mailto:50g-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
   50g-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
   http://docs.yahoo.com/info/terms/




Attachments