Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
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

Risposte (1)

Clemens
Clemens il 6 Lug 2011
Have a look at fzero.
help fzero
You can easily modify your equation to the one in the example.

Categorie

Scopri di più su Price and Analyze Financial Instruments in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by