Skip to content
Back to formatted view

Raw Message

Message-ID: <3EA828EC.2060101@statistik.uni-dortmund.de>
Date: 2003-04-24T18:11:56Z
From: Uwe Ligges
Subject: Matrix Equation Help?
In-Reply-To: <006001c30a84$0888cdd0$8bd75ba5@IE.TAMU.EDU>

Feng Zhang wrote:
> Dear R-listers
> 
> Now I have a Matrix Equation to solve,
> A -- m by n matrix, where n>>m, known matrix;
> X -- n by m unknown matrix;
> B -- m by m known matrix.
> 
> So given the equation A*X=B, how to solve X?

You already mentioned it:
?solve

Uwe Ligges

> I first tried to take X = inv((A'*A))*A'. But since
> A'*A is singular, this is no way to go.
> 
> Please give me some point on this.
> Thanks
> 
> Fred
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help