MPINVERT: Moore-Penrose Inverse of a Matrix
|
02-06-2015, 08:40 PM
(This post was last modified: 02-06-2015 09:07 PM by salvomic.)
Post: #6
|
|||
|
|||
RE: MPINVERT: Moore-Penrose Inverse of a Matrix
(02-06-2015 07:38 PM)Han Wrote: The SVD decomposition of a matrix can also be used to compute the pseudo-inverse of a matrix. If Hi Han, I'm interested in this extension, almost for the case in witch the matrix is not invertible and MPINVERT doesn't work. I saw the SVD syntax. The guide writes "Description Singular Value Decomposition. Factors an m n matrix into two matrices and a vector: {[[m m square orthogonal]],[[n n square orthogonal]], [real]}.". Now I try svd([[1,2][1,2]]) and I get: a matrix [[1/√2,0][1/√2,0]] then a vector [3.16227766..., 0] and at the end another matrix [[0.447213..., -0.894427...][0.894427..., 0.4472135955]] What it the "real"? Those values are U, ∑, V and ∑ is the diagonal (√10, 0). Is it right? And therefore, how can we operate to get ∑, A+ and so on? Eddie, then, could improve it's program for the case of singular non invertible matrix... Another thing: in that case Prime apparently give a vector with 3 elements (matrix, vector, matrix): there is a simple way to extract one of them, i.e. to make ration approximation (with QPI)? Please, help. Salvo ∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
MPINVERT: Moore-Penrose Inverse of a Matrix - Eddie W. Shore - 08-29-2014, 09:30 PM
RE: MPINVERT: Moore-Penrose Inverse of a Matrix - Namir - 09-01-2014, 09:11 PM
RE: MPINVERT: Moore-Penrose Inverse of a Matrix - Han - 02-06-2015, 07:48 PM
RE: MPINVERT: Moore-Penrose Inverse of a Matrix - salvomic - 02-06-2015, 03:09 PM
RE: MPINVERT: Moore-Penrose Inverse of a Matrix - Han - 02-06-2015, 07:38 PM
RE: MPINVERT: Moore-Penrose Inverse of a Matrix - salvomic - 02-06-2015 08:40 PM
RE: MPINVERT: Moore-Penrose Inverse of a Matrix - Han - 10-27-2015, 06:57 PM
RE: MPINVERT: Moore-Penrose Inverse of a Matrix - salvomic - 10-28-2015, 09:02 AM
|
User(s) browsing this thread: 2 Guest(s)