LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IRR Calculation in Labview

hi everyone

i want to calculate IRR (internnal rate of return) in labview. excel and matlav have a function but i cant find the function in labview.

example: The eqation was as below

(2000/(1+i)^1)+((5200/(1+i)^2)+(3200/(1+i)^3)+(4100/(1+i)^4)=12000

I want to find i in eqation.

plz help me hw can i find i and calculate IRR.

Thank Very Much

0 Kudos
Message 1 of 4
(3,074 Views)

Hi number,

 

I guess you don't talk about complex numbers when you use "i" in your equation…

 

Why don't you change your formula into a "standard" polynomial equation like a*x^4+b*x^3+c*x^2+d*x+e=0?

Then you could easily use standard algebra to solve the polynom…

 

Or use WolframAlpha:

Wolfram.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(3,063 Views)

no i is intreast rate and want to find it in this eqation by labview

my question : how can calculate and find i in this equation:

(a/x)+(b/x2)+(c/x^3)+(d/x^4)+(e/x^5)+(f/x^6)=g

a,b,c,d,e,f,g are known $ i unknown

how can solve by labview

0 Kudos
Message 3 of 4
(3,050 Views)

Hi number,

 

please keep discussion of the same topic in one place!

 

Discussion continues here instead…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(3,039 Views)