| 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
| 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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.