How to calculate the ⌉ operator?

67 Views Asked by At

In a book about finance, the following formula appears:

$$\large a_{10 \,⌉\, 0.04}$$

What is this ⌉ operator and how to read / calculate it?

1

There are 1 best solutions below

3
On BEST ANSWER

This just a notation in Actuarial sciences

$a_{\overline{n|}i} := v + v^2 + \cdots + v^n = \frac{1-v^n}{i}$ , where $v:=\frac{1}{i+1}$

Read this to know all notation of Actuarial sciences: Click Here


So,

$a_{\overline{10|}0.04}=\frac{1-(1+0.04)^{-10}}{0.04} \approx 8.111$