First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What kind of solution do you need ?

If you want a numerical approximation of the unique real solution, you ca try:

sage: f(x) = 10000*(1+(0.0825/4))^(x*4) - 400000
sage: f.find_root(40,50)
45.17323135481834
click to hide/show revision 2
No.2 Revision

What kind of solution do you need (symbolic, numerical, real, complex, ...) ?

If you want a numerical approximation of the unique real solution, you ca try:

sage: f(x) = 10000*(1+(0.0825/4))^(x*4) - 400000
sage: f.find_root(40,50)
45.17323135481834