Message Boards Message Boards

0
|
1504 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

Equation with symbolic parameters

Posted 10 years ago

Given: F=P(1 + i)^n, solve for i, when F,P,n are symbolic parameters and F>or=0, P>0 & n>or=1 this is not a difficult task and yields i=(F/P)^(1/n) - 1 When entered in Mathematica (Free Form entry) i.e.: = solve F=P*(1 + i)^n, i nothing happens except a "running" status or the restatement in Mathematica language form with unknown attachments. Do you have any suggestions?

2 Replies

Thank you.

In[1]:= Solve[F == P*(1 + i)^n, i]

During evaluation of In[1]:= Solve::ifun: Inverse functions are being used by Solve, so some solutions may not be found; use Reduce for complete solution information. >>

Out[1]= {{i -> -1 + (F/P)^(1/n)}}
POSTED BY: Frank Kampas
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract