Post Reply 
Using solve and sigma from programming
03-30-2021, 01:43 PM (This post was last modified: 03-30-2021 03:00 PM by roadrunner.)
Post: #2
RE: Using solve and sigma from programming
I deleted my previous post because i had an error in the program.

I'm thinking this:

PHP Code:
EXPORT testsum()
BEGIN
 LOCAL pv
,cf,result;
 
pv:=100;
 
cf:=10;
 
result:=CAS(EVAL("solve("+pv+" = (sum("+cf+"/(1+r)^n,n,0,∞)),r)"));
 return 
result;
END

is what you are looking for?

-road
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Using solve and sigma from programming - roadrunner - 03-30-2021 01:43 PM



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