Questions tagged [pseudoinverse]

Ask Question

The operator which best approximates a solution to a linear system with a singular (non-invertible) matrix.: e.g., the Moore-Penrose pseudoinverse. Use when a question concerns a matrix that is probably singular.

471 questions
2 votes 4 answers 68 views

Moore-Penrose inverse and an underdetermined system

I have the equation $A\vec{x} = \vec{b} \tag{1}.$ where $A$ is an $m\times n$ matrix of rank $m$, so that $m<n$ and the system is underdetermined. As I understand it, I can get the minimum L2 norm ... user avatar user1065411
  • 21
0 votes 0 answers 28 views

Inverse of $ABA^T$ where B is a square matrix and A is a rectangular one.

Assume $C = ABA^\top$ for $B \in \mathbb{R}^{n \times n}$ and $A \in \mathbb{R}^{m \times n}$, is invertible. Assume that $B$ is invertible and hermitian. Can we analytically derive $C^{-1}$ in terms ... user avatar Amin
  • 55
1 vote 0 answers 19 views

What is the distribution of the elements of the Moore-Penrose inverse?

Assuming $A$ is an $m \times n$ matrix (with $n \ge m$) of normally distributed elements with $\mu_A = 0$ and $\sigma_A = 1$, is there a mathematical formulation for the distribution of the elements ... user avatar Andrea
  • 11
1 vote 2 answers 39 views

Does symmetry of $AB$ implies symmetry of $A^\dagger B$?

Let $A$, $B$ and $AB$ symmetric. Is $A^\dagger B$ also symmetric i.e. $$A^\dagger B = B A^\dagger$$, where $A^\dagger$ is the pseudo-inverse of $A$ ? user avatar Niz
  • 27
1 vote 1 answer 37 views

On the existence of the Moore-Penrose inverse

The following was written in a paper, but I couldn't find out why. Does anyone have any idea on how to prove this claim? It is well known that $A^{\dagger}$ exists for a given $A \in B(H, K)$ if and ... user avatar mohammad beheshtian
  • 23
0 votes 0 answers 20 views

Solution to equation with moore-penrose inverse

I have a linear equation of the form $$ C = (I-AA^+)X $$ where my variable is $X$ and $A$ is an hermitian operator and $A^+$ is the pseudo inverse. Assuming that the determinant of $A$ is $0$ (or ... user avatar raskolnikov
  • 103
3 votes 2 answers 99 views

Moore-Penrose pseudoinverse solves the least squares problem (SVD framework) [duplicate]

I am a computer science researcher who has to learn some numerical linear algebra for my work. I have been struggling with the SVD and Moore-Penrose pseudoinverse as of late. I am trying to solve some ... user avatar maximiliandebian
  • 31
0 votes 1 answer 32 views

Relationship between cross-product and Moore-Penrose pseudoinverse [closed]

It is said in here that you can get the third vector of a 3x3 (stain) matrix either by taking the cross product of the ... user avatar dominikaH
  • 1
1 vote 0 answers 34 views

How to calculate the generalized inverse of a matrix on new columns

Assume that there exists a matrix $A∈R^{m×n}(m≠n)$ whose generalized inverse matrix is $X$, and $X$ satifies the formula: $$ A=AXA\\ (XA)^T=XA $$ How to calculate the generalized inverse matrix Y of $... user avatar Lee
  • 21
1 vote 0 answers 21 views

Generalized inverse of a matrix on new columns

Assume that there exists a matrix $A \in R^{m \times n}(m\neq n)$ whose generalized inverse matrix is $X$, and $X$ satifies the formula: $$ A=AXA\\ (AX)^T=AX $$ How to calculate the generalized ... user avatar Lee
  • 21
0 votes 0 answers 62 views

Pseudo Inverse (Moore inverse) of the sum of two matrices (one of them has a rank of 1)

I have two matrices, A and B. A is a $m \times n$ matrix and B is a rank one matrix. is there a way to speed up the pseudo inverse (right inverse) of the sum of these two? I'll do this calculation ... user avatar Mahmoud Selim
  • 1
1 vote 1 answer 33 views

Need help with solving a system of linear equations

Given $n$ samples of vectors $\vec{x}\in R^k$ and n corresponding ground-truths $\vec{y}\in R^k$ I need to find the least square solution $A\vec{x}+\vec{b}=\vec{y}$ i.e. solve for $A$ and $\vec{b}$ ... user avatar Gur Kashi
  • 11
0 votes 0 answers 22 views

High-dimensional generalization of Penrose best approximate solution to least square equation.

Fix $A\in\mathbb{R}^{d\times d}$. The solution to $$ \min_{x\in\mathbb{R}^d: Ax=b}\Vert x \Vert_2^2 $$ is $A^{\dagger} b$. Roger Penrose showed (Corollary 1) that the the solution to $$ \min_{X\in\... user avatar vladye
  • 33
0 votes 0 answers 34 views

Least squares projection with singular matrix

I am trying to better understand the solution of systems of linear equations (also in an $L_2$ sense for inconsistent ones) and for that purpose I have been trying to derive the set of solutions in ... user avatar lightxbulb
  • 1,748
0 votes 0 answers 25 views

how to prove $(A^2)^+=M^2$ if $M=A^+$ and A is a symmetric matrix?

Here $A^+$ is Moore–Penrose inverse. My question is: If $M=A^+$ and A is a symmetric matrix,then how to prove $(A^2)^+=M^2$? user avatar yllgl
  • 113

15 30 50 per page1234532

You Might Also Like