Status: Accepted
Owner: sherjilo...@gmail.com
Labels: Type-Defect Priority-Medium

New issue 2298 by sherjilo...@gmail.com: Iterative methods to solve Ax = B
http://code.google.com/p/sympy/issues/detail?id=2298

Sympy currently doesn't have iterative methods to solve Ax=B.
The methods are essentially numerical, though. What is the right place for them ? The methods are easy to implement. Should not take more than 1-2 days to implement each.

According to me, sympy/matrices should be independent from any another sources. Symbolic and Numeric algorithms should both be in sympy/matrices/matrices.py
That is what I see in sympy/matrices future.

So, the question to the community is,

1) Is this vision justified, that of symbolic+numeric algorithms both in sympy/matrices ?

2) Are iterative methods important enough for Sympy ?

[0]http://en.wikipedia.org/wiki/Jacobi_method
[1]http://en.wikipedia.org/wiki/Gauss%E2%80%93Seidel_method
[2]http://en.wikipedia.org/wiki/Successive_over-relaxation

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to