Talk:Matrix decomposition/Archive 1

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Archive 1

Smith normal form

Matrix decompositions are definitely used very much in linear algebra, but one can decompose matrices whose elements do not belong to a field, as well. For example, the computation of Smith normal form can be rephrased as a matrix decomposition problem over a Principal ideal domain. Would a note / example be appropriate? — Preceding unsigned comment added by 130.230.19.134 (talk) 11:08, 28 June 2005 (UTC)

Complexity

Shouldn't we also include a discussion on the algorithmic complexity of various factorizations? —Preceding unsigned comment added by 129.137.25.126 (talk) 17:41, 1 August 2008 (UTC)

Seems sensible. Please go ahead. -- Jitse Niesen (talk) 18:21, 1 August 2008 (UTC)

"square, symmetric" or just "symmetric"

After considering the reason given for revert of my edit that removed the "square" from this statement, I still consider its removal beneficial to the article. I disagree with the defense that "some readers may not notice that symmetric implies square, so the redundancy makes it clearer" is a strong enough justification. Nearly any reader reading about matrix decomposition will already know what symmetric means and that it implies square; so being redundant just doesn't help all that much. I would even suggest that having such redundancy ironically makes it harder on the introductory-level readers because such clutter makes it more difficult to isolate and encapsulate the concepts they want to learn. For the same reasons, I think using redundancy across the whole spectrum of Wikipedia's mathematics articles would be to its own detriment and there's just not enough justification to make an exception here. Jason Quinn (talk) 14:17, 20 February 2009 (UTC)

The decomposition is in the section for solving linear systems. Linear systems are not naturally square, and so it is important to put emphasis on the incredibly restricted domain of this decomposition. One of the first things one looks for in a linear solver is whether it is general or just for square. Amongst square matrix algorithms, one checks for symmetric or normal or general. Amongst symmetric algorithms, one checks for positive definite, semidefinite, or general. This page is a bit like a telephone book or directory. To remove "square" is similar to saying "All the names on this page start with S, so we'll just omit the S as it is redundant." JackSchmidt (talk) 16:23, 20 February 2009 (UTC)

Where does SVD go?

JackSchmidt-- I'm curious why you moved SVD to the list of decompositions "related to solving linear systems". I thought it was best classified as a generalization of the eigendecomposition. What use, in particular, do you have in mind when you list it as being related to linear systems? --Rinconsoleao (talk) 17:50, 22 February 2009 (UTC)

Probably it is explained by my view that numerical linear algebra is divided into two sections: linear solvers and eigenvalue problems. In reality there is no sharp distinction between the two (notice how many of the linear solvers are just using eigenvalues, and iterative methods for eigenvalues and linear solvers are extremely similar). I asked myself which problem does the SVD help solve and which problem mentions it more often.
Well, the SVD is a lot like QR. For instance, one of the important problems when solving linear systems is to determine the rank of the matrix, its kernel, and its image. The number of non-zero singular values is the rank. In slim SVD, one of the unitary matrices is a unitary basis of the image, and the other is a unitary basis for (the complement of) the kernel. Given the SVD, solving a linear system is easy, as inverting unitary and diagonal matrices is trivial. In particular, most properties of least-squares solutions follow very easily from the SVD in theory, and from QR in algorithms. At any rate, this is why it is relevant to linear systems. The SVD is more or less useless in solving eigenvalue problems (that is Ax=cx), however in many fields singular values are called eigenvalues and there is some similarity. Trefethen and Bau's text page 33 has a discussion on the fundamental differences between eigenvalue decomposition and the singular value decomposition including their very distinct uses (but the fact that such a discussion exists, shows that there must be some sort of relation). I think keeping it with linear solvers and mentioning its relation to the eigen-decomposition seems most reasonable, but I am open to other ideas. An alternative that is probably more theoretically sound is to give singular values their own section, but I don't know too many decompositions other than SVD variants that are related, so it might be a poor editorial decision. JackSchmidt (talk) 18:21, 22 February 2009 (UTC)
I reread those chapters in T&B. One use of the SVD not covered by my "it is a linear solver" is probably its most important use: low rank approximation. I don't think that fits under eigen-decomposition, but it is only a little related to linear solvers. This supports the "third section" suggestion, but I'm not sure what else to put in it. If we allow "decomposition" to also mean additive decompositions, then this could include some other things (Jordan Chevalley is usually additive), like every complex matrix is a low rank matrix plus a matrix small in 2-norm. Not only do the decompositions need to exist, they also need to have wikipedia articles (or at least be suitable for articles), so I'm still not sure this is a good idea. JackSchmidt (talk) 18:36, 22 February 2009 (UTC)

An excellent article

Thank you. I have been trying for some hours to determine what method is appropriate for solving my system of linear equations and found the answer neatly presented here. The article is accessible to a technical non-specialist (and therefore useful in an encyclopedia), clear and concise. I live in hope that more mathematics articles will match up to these criteria. I added a 'See Also' link to Systems of linear equations. Again, thanks. Dhatfield (talk) 17:51, 8 April 2009 (UTC)

LDL decomposition

Came here looking for LDL, and couldnt find it, which to me seems odd. --212.242.167.26 (talk) 08:11, 3 November 2008 (UTC)

It is now mentioned. See Matrix decomposition#Cholesky decomposition which links to LDL decomposition. JackSchmidt (talk) 13:28, 28 April 2009 (UTC)