An easy question from a beginner....the solving of this equation

Hello everybody....i'm just a beginner of mat-lab but i have to make some exercises for university....in the function "help" i did'nt find anytingh that could support to find the solution to this problem...i have to calculate the IRR (internal return rate)of this function
c_1/(1+tax_1+x) + c_2/(1+tax_2+x)^2 + c_3+M/(1+tax_3+x)^3 = price of bond
it's just a serie of coupons of a bond where i know:
c_1, c_2, c_3 = the coupons tax_1, tax_2, tax_3 = the different taxes at different times... the price of the coupon
i only have to calculate x...
thank you in advance carlo

回答 (1 件)

Clemens
Clemens 2011 年 7 月 6 日

1 投票

Have a look at fzero.
help fzero
You can easily modify your equation to the one in the example.

カテゴリ

ヘルプ センター および File ExchangeFinancial Toolbox についてさらに検索

タグ

質問済み:

2011 年 7 月 6 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by