User Portlet User Portlet

Discussions
It evaluates the function correctly. (Why would the recursion level exceed 30?) Generates a red box of error information. Thanks for helping! Clear[f]; f[0] = 1000000; f[x_] := f[x] = f[x - 1]*1.05 - 41000; f[10] ...