IP331.com | Online Tools
HomeMatrix ToolsMoore-Penrose Pseudoinverse Calculator

Moore-Penrose Pseudoinverse Calculator

Compute A⁺ (generalized inverse)

Enter 2x2 Matrix

Moore-Penrose Pseudoinverse Definition

A⁺ is the unique matrix satisfying:
1. AA⁺A = A
2. A⁺AA⁺ = A⁺
3. (AA⁺)* = AA⁺
4. (A⁺A)* = A⁺A
A⁺ = VΣ⁺U* (via SVD)

The Moore-Penrose pseudoinverse is the unique generalized inverse that exists for any matrix. It extends the concept of matrix inverse to non-square and singular matrices.

For invertible square matrices, A⁺ = A⁻¹. The pseudoinverse provides least squares solutions to Ax = b.

What is Moore-Penrose Pseudoinverse?

The Moore-Penrose pseudoinverse A⁺ is the unique matrix that satisfies the four Penrose conditions. It generalizes the concept of matrix inverse to non-square and singular matrices, providing a way to solve systems of linear equations that may not have unique solutions.

Uniqueness

Only one matrix satisfies all four Penrose conditions.

Exists Always

Pseudoinverse exists for any m×n matrix.

Inverse Extension

A⁺ = A⁻¹ when A is invertible.

Least Squares

x = A⁺b minimizes ||Ax-b||.

SVD Method:
1. Compute SVD: A = UΣV*
2. Create Σ⁺: reciprocals of non-zero singular values
3. A⁺ = VΣ⁺U*
This method is numerically stable.

Applications

Least Squares Data Fitting Control Theory Signal Processing Machine Learning

Frequently Asked Questions

What is Moore-Penrose pseudoinverse?
A⁺ satisfies four conditions: AA⁺A=A, A⁺AA⁺=A⁺, (AA⁺)*=AA⁺, (A⁺A)*=A⁺A. Unique generalized inverse.
How to compute pseudoinverse?
Using SVD: A=UΣV*, then A⁺=VΣ⁺U*. Σ⁺ has reciprocals of non-zero singular values.
Pseudoinverse vs inverse?
Inverse exists only for square invertible matrices. Pseudoinverse exists for any matrix. A⁺=A⁻¹ when A is invertible.
Applications of pseudoinverse?
Least squares solutions, solving overdetermined systems, data fitting, regularization, control theory.

More Matrix Tools

Free online calculators and tools covering mathematics, unit conversion, text processing, and daily life. Accurate, fast, mobile-friendly, and completely free to use.

© 2026 IP331.com — Free Online Tools. All rights reserved.

About · Contact · Privacy Policy · Cookie Policy · Terms of Use · Disclaimer · Sitemap