Re: ? best approx of matrix of a linear sys




"Virgil" <vmhjr2@xxxxxxxxxxx> wrote in message
news:vmhjr2-3EAD97.21575401062006@xxxxxxxxxxxxxxxxxxxxxxxxx
In article <ffLfg.11715$Qg.8715@xxxxxxxxxxxxxxxxxxxxxxxx>,
"Cheng Cosine" <acosine@xxxxxxxxxxxx> wrote:


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?

...
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.

Don't get your point. The matrix A is unknown.

by Cheng Cosine
Jun/03/2k6 NC




.



Relevant Pages

  • Re: Linear regression
    ... you should examine the residuals (observed errors) to ... validate the iid assumptions. ... By couplings I mean some unknown relations between the columns. ... between "linear indepdence" and stochastic ...
    (sci.stat.math)
  • Re: ? best approx of matrix of a linear sys
    ... 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 ...
    (sci.math)
  • Overdetermined mixed linear/quadratic system - least squares problem
    ... I have a system of k linear and m quadratic equations in d unknown ... A least square solution is required in this case. ... If the system were purely linear, ...
    (sci.math)
  • Re: Detecting a waveform at arbitrary positions and scales
    ... what practical algorithm can be used to detect A*rin a given ... input signal x, where A, B, and C are unknown? ... This is the inverse problem. ... if ris linear then the solution ...
    (comp.dsp)
  • Re: solving 10 equations with 10 unknown
    ... unknown of the form ... Otherwise, you might try adapting FMINSEARCH, ... for instance by minimizing the function ... linear combinations of a^3, b^2, c, and a constant. ...
    (comp.soft-sys.matlab)