Question: Create a plot using the first element of many matrices

Hi everybody,

I just started using maple for my research few days ago and I would need some help. With "for" loop, I created many matrices and now I would like to create a plot using the first element (A[1,1]) of every matrix. I tried the conventional plot command but without success. It only plot the first and the last value. 

here is an example.

If the first element of the mattrixces is the following C[i][1,1] where i=1..10

I tried to use the following command:

plot(C[x][1,1],x=1..10, style=point)

I only go back the last and the first values. I assume I need to use a different command or set up something differently.

I am appriceating your help.

Thanks

Laszlo

 

Please Wait...