Post Reply 
sum and product inside a program
05-22-2017, 11:04 PM
Post: #4
RE: sum and product inside a program
Per Cyrille:

sum is sum(expr, var, reals...)... this program is missing an EXPORT and a k in the sum to work.
EXPORT POLY(n,z)
BEGIN
LOCAL k;
sum(z^k/k^n, k, 1, 3, 1);
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: sum and product inside a program - Bill_McDonough - 05-22-2017 11:04 PM



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