CAJOS

29 Reputation

2 Badges

15 years, 111 days

MaplePrimes Activity


These are answers submitted by CAJOS

gkokovidis I have a graph now but doesnt use the array set up earlyer. Not that I am fussed, just it says to use the array to plot the graph.

 Thanks anyways

with the second solution, i get:

Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct

with the last solution i get:

Error, (in plots/tolist) points are not in the correct format

I have been told that turning the array into a list of 25 values and then plotting them is the way to do it. I thought there was a more simpilar way to turn the array into a plotable graph

it wouldnt plot anything. The code for the array is

A := Array(1 .. 25);
for t from 1 to 25

do A[t] := f(t)

end do;
 

I need to plot the values from this array, A1 to A25 against t

(basically im trying to plot a decay graph)

Page 1 of 1