Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Low Matrices
New issue 2301 by [email protected]: RFC: Basis, and/or VectorSpace
class required
http://code.google.com/p/sympy/issues/detail?id=2301
Often, in linear systems, the solution is infinite. The solution vector x
spans a vectorspace. Currently, Sympy doesn't have support for infinite
number of solutions. One way would be to calculate the orthogonal basis of
the vector space, and put in the Basis class.
The current methods for diagonalize aren't very sturdy. One class (Matrix)
doesn't suffice to have all the intricacies of Linear Algebra.
According to me, implementing the Basis/VectorSpace class will take Sympy's
Linear Algebra to the forward direction, and will open new possibilities.
I encountered this handicap of sympy's matrices when I was making SVD. So
that will be the first thing that will be completed after making this class.
Ideas, opinions and suggestions are welcome.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.