Comment #1 on issue 2225 by [email protected]: Enhancing Matrix Norm
http://code.google.com/p/sympy/issues/detail?id=2225
A few of the matrix norms seem to depend on undeveloped machinery (i.e.
SVD). Is it best to throw NotImplementedErrors or to wait on this all
together?
Can anyone think of a method to find
max_x(|Ax|/|x|) A a matrix, x a vector without computing the largest
singular values?
Actually, does anyone know of an algorithm to compute the SVD analytically?
The method I'm familiar with is iterative. Is this a solvable problem?
--
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.