help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: x = A \ B... but I know some of x!


From: David Bateman
Subject: Re: x = A \ B... but I know some of x!
Date: Mon, 10 Nov 2008 09:35:07 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

Marc Normandin wrote:
If you know some parts of x you can probably just multiply those through
by A and subtract the result from B, then solve the modified problem for
the remaining components of x.  If parts of x are known "more or less"
and not with certainty, then you have yourself a more complex
optimization problem that will require iterative fitting.

I believe you can only do this if matrix has strong hall components. That is the dmperm function should return R and S values that have more than two elements.

D.


--
David Bateman                                address@hidden
35 rue Gambetta                              +33 1 46 04 02 18 (Home)
92100 Boulogne-Billancourt FRANCE            +33 6 72 01 06 33 (Mob)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]