Updates:
        Status: Valid
        Labels: Solvers

Comment #1 on issue 3745 by [email protected]: Sympy doesn't solve a recurrence with initial conditions
http://code.google.com/p/sympy/issues/detail?id=3745

I get

In [22]: rsolve(f,u(n),{u(0):0,u(1):1})
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-22-5222a1ca27bd> in <module>()
----> 1 rsolve(f,u(n),{u(0):0,u(1):1})

/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/solvers/recurr.py in rsolve(f, y, init)
    788             return None
    789         else:
--> 790             for k, v in result.iteritems():
    791                 solution = solution.subs(k, v)
    792

AttributeError: 'list' object has no attribute 'iteritems'

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to