Post Reply 
fsolve with financial functions
05-26-2018, 01:59 PM
Post: #2
RE: fsolve with financial functions
fsolve((Finance::TvmFV(48,x,0,-100,12,12,0)) = 5000,x) is an interesting construct, but if it was designed to work that way, I haven't seen it.

Of course something like this could be used, instead:

X:=5000;

[CAS]
Finance::TvmIPYR(48,0,-100,X,12,12,0);
-or-
[Home] or [CAS]
Finance.TvmIPYR(48,0,-100,X,12,12,0);
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: fsolve with financial functions - DrD - 05-26-2018 01:59 PM



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