Post Reply 
How to plot a summation?
09-25-2015, 07:14 PM
Post: #3
RE: How to plot a summation?
Sorry, I'm really new to HP Prime (and graphic calculators in general). How do I make a CAS function like you said? I have tried creating a program like this:

EXPORT sumplot(X)
BEGIN
return CAS.sum(N,N,0,X);
END;

When running it directly, it works fine, however when I try plotting it the calculator crashes and reboots. What I'm I doing wrong?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to plot a summation? - RodrigoPontes - 09-25-2015, 12:46 PM
RE: How to plot a summation? - roadrunner - 09-25-2015, 05:25 PM
RE: How to plot a summation? - RodrigoPontes - 09-25-2015 07:14 PM
RE: How to plot a summation? - roadrunner - 09-25-2015, 07:29 PM
RE: How to plot a summation? - Tim Wessman - 09-25-2015, 09:25 PM



User(s) browsing this thread: 1 Guest(s)