Hello,
I wish to know if it´s possible to use decimal numbers in arrays. The code I have written is the next:
Manipulate[
Array[# &, a],
{a, 0, 10}
]
![enter image description here][1]
With whole numbers, I have no problem. Are there any solution??
Thank you very much.