Hi...
I have a problem about programming maple with graphic commands.
I have a procedure which calculating x and y coordinates of subset of R^2
after the calculation I put this values to an array and finally I plot
this array.
But calculation process takes long time so I don't know what happening
until plot it. Is there any way to plot each points as soon as they are
calculated
without using array?
My source code is like:
> main:=proc()
> local data,x,y;
> data:=[]:
...
> while ... do
> x:=evalf(...):
> y:=evalf(...):
> data := [ op(data), [x, y] ];
> od:
> plot(data):
> end proc:
Emrah AKYAR
Anadolu University Faculty of Science
Department of Mathematics
Eskisehir / TURKEY
"Without the Maple software, we would have to spend weeks generating the equations of motion for every experiment. Then the chances that we did it right would basically be near zero. There would always be a mistake somewhere. It is very difficult to set up a dynamic motion model by hand." - Jean-Claude PiedBeouf, Ph.D Manager of Robotics, Canadian Space Agency
"Its very good - highly accurate and easy to use. The speed of Maple allows me to change equations and quickly reintegrate them into the application, so more possibilities can be explored to achieve the precise effect desired." Shawn Neely, Senior R & D Director for PDI/Dreamworks