Hi everyone,
I'm new to programming. I'm writing a program on my CG-50 that should help me do some stuff at work, and I need to store very large lists of numbers into arrays so that I can use them in other programs.
Right now I'm doing the data entry manually, for example..
44.5654->Mat A[1,1]
24.42852917->Mat A[2,1]
186.6494625->Mat A[3,1]
104.65645->Mat A[4,1]
68.9801625->Mat A[5,1]
etc...
I'd prefer not to have to do that several thousand times.
Is there a way to loop this task so that the calculator will take the the list of numbers, store a number as a slot in a matrix or a list and then move onto the number below it and repeat the same task?
Thanks for you help!
A.
I'm new to programming. I'm writing a program on my CG-50 that should help me do some stuff at work, and I need to store very large lists of numbers into arrays so that I can use them in other programs.
Right now I'm doing the data entry manually, for example..
44.5654->Mat A[1,1]
24.42852917->Mat A[2,1]
186.6494625->Mat A[3,1]
104.65645->Mat A[4,1]
68.9801625->Mat A[5,1]
etc...
I'd prefer not to have to do that several thousand times.
Is there a way to loop this task so that the calculator will take the the list of numbers, store a number as a slot in a matrix or a list and then move onto the number below it and repeat the same task?
Thanks for you help!
A.