From cc476c4e86346ca0d92e72cd84efb7d3e90069ac Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Thu, 28 Jul 2011 16:29:35 +0530 Subject: Minor change to matrices/script.rst. --- matrices/script.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrices/script.rst b/matrices/script.rst index 68eb709..36bc001 100644 --- a/matrices/script.rst +++ b/matrices/script.rst @@ -456,8 +456,8 @@ The eigen values can also be computed using the function ``eigvals()`` as, Now let us learn how to do the singular value decomposition or S V D of a matrix. -Suppose M is an m×n matrix, whose entries come from the field K, which -is either the field of real numbers or the field of complex +Suppose M is an m (cross) n matrix, whose entries come from the field +K, which is either the field of real numbers or the field of complex numbers. Then there exists a factorization of the form M = U\Sigma V star -- cgit