--
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
I've had student put this in their library so they can use it from any document.
Hello Sean,
Thnx heaps for that. Now you must understand that I am a very early beginner at this so I hope that you can have a little patience with me. My next question is, do I type that instruction into the "calculate" screen? I take it that there is not "randintnorep" function preset into the calculator. It is clearly time for me to stop procrastinating over getting to know this calculator and to get my head around it properly. I believe that I do have a booklet that, among a few other things, will tell me how to store things in a library.
cheers
lloyd brown
Date: Mon, 6 Dec 2010 07:14:35 -0500
Subject: [tinspire] random numbers
From: covena...@gmail.com
To: tins...@googlegroups.com
This is very simple using randSamp functionality that has “no repeat” functionality:
<image001.png>
I've had student put this in their library so they can use it from any document.
do I type that instruction into the "calculate" screen? I take it that there is not "randintnorep" function preset into the calculator.
Without repetition requires a 1 at the end, not 0. Thus randsamp(seq(i,i,1,99),25,1) will generate 25 different random numbers between 1 and 99.
Neville Windsor
Burnie, Tasmania
From: tins...@googlegroups.com [mailto:tins...@googlegroups.com]
On Behalf Of Nelson Sousa
Sent: Tuesday, 7 December 2010 12:06 AM
To: tins...@googlegroups.com
Subject: Re: [tinspire] random numbers
You can use randsamp, that allows yoi to extract a sample fr o a list with or without repetition:
Nelson