Question: An unexpected error to a simple problem...help please!!!

Hi everyone, First things first, I really enjoy reading this forum and have found it quite helpful; kudos to the experts who make this a very valuable resource. That being said I've been using MAPLE 10 since its release and recently began working in the Worksheet mode rather than the Document mode - the benefits of which have been mentioned in previous topics and explains my shift. This has lead me to a problem which makes no sense to me and I could use a little help on. Essentially I have a list of values acquired from a strain gage signal (non-integer floats) and wish to select a value within the list closest to 10,000, retrieve the associated index for it and create a new list up to that value for further calculations. Here is the input (SG1 is my list): for i from 1 by 1 to nops(SG1) do if (9950
Please Wait...