diff options
author | Jovina | 2011-07-28 17:03:04 +0530 |
---|---|---|
committer | Jovina | 2011-07-28 17:03:04 +0530 |
commit | 68f3741c2fd2acc79089ffaaa88e85632e0ba23b (patch) | |
tree | 364e823275e51c298db53391465ddef1005b9a23 /matrices | |
parent | a967e341eaf683b27c92b5e4817cb62f3f14e572 (diff) | |
parent | cc476c4e86346ca0d92e72cd84efb7d3e90069ac (diff) | |
download | st-scripts-68f3741c2fd2acc79089ffaaa88e85632e0ba23b.tar.gz st-scripts-68f3741c2fd2acc79089ffaaa88e85632e0ba23b.tar.bz2 st-scripts-68f3741c2fd2acc79089ffaaa88e85632e0ba23b.zip |
Merge branch 'master' of https://github.com/FOSSEE/st-scripts
Diffstat (limited to 'matrices')
-rw-r--r-- | matrices/script.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matrices/script.rst b/matrices/script.rst index 0979882..ac8c455 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 |