Re: ? best approx of matrix of a linear sys
- From: Virgil <vmhjr2@xxxxxxxxxxx>
- Date: Thu, 01 Jun 2006 21:57:54 -0600
In article <ffLfg.11715$Qg.8715@xxxxxxxxxxxxxxxxxxxxxxxx>,
"Cheng Cosine" <acosine@xxxxxxxxxxxx> wrote:
Hi:
Suppose one has a black box of linear system: A*x = b, for any given vector
x the corresponding vector b
can be determined. It is called a black box because entries of matrix A are
unknown and are to be determined.
A straightforward approach is to have a set of linearly independent vectors
x and b so that one has:
A*X = B => A = B*inv(B), where A is M-by-N and, X is N-by-N, and B is
M-by-M.
But this approach requires significant computer memory and cannot be
performed. Are there more "economic"
approach to determine A or to determine some best approximation of A?
Thanks,
by Cheng Cosine
Jun/01/2k6 NC
If one has a matrix, rather that a linear function, then one has the
standard basis of column matrix vectors with a single entry of 1 and
other entries zero, and each column of A is A times one of these basis
vectors.
.
- Follow-Ups:
- Re: ? best approx of matrix of a linear sys
- From: Cheng Cosine
- Re: ? best approx of matrix of a linear sys
- References:
- ? best approx of matrix of a linear sys
- From: Cheng Cosine
- ? best approx of matrix of a linear sys
- Prev by Date: Re: Euler Sum Generalized = Sum With Stirling Number
- Next by Date: Re: Question about divergent series
- Previous by thread: ? best approx of matrix of a linear sys
- Next by thread: Re: ? best approx of matrix of a linear sys
- Index(es):
Relevant Pages
|