help-octave
[Top][All Lists]
Advanced

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

Re: How to solve real valued system of quadratic equations


From: Juan Pablo Carbajal
Subject: Re: How to solve real valued system of quadratic equations
Date: Thu, 23 Mar 2017 12:52:36 +0100

On Thu, Mar 23, 2017 at 8:59 AM, mmuetzel <address@hidden> wrote:
> Hola Juan Pablo,
>
> and thank you for your answer.
> From what you are writing, I get that there is no "readily available"
> function in Octave core or some of the packages that would do the
> simultaneous diagonalization of more than 2 matrices for me. Is that right?
>
> Saludos
> Markus
>
>
>
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/How-to-solve-real-valued-system-of-quadratic-equations-tp4682513p4682580.html
> Sent from the Octave - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave

I haven't put to much thought on it, but it might be that the problem
is mathematically ill-posed.
Fro the generalized eigenvalue problem you can check, eig, eigs and gsvd.
Also these guys seem to have been faced with your problem
https://arxiv.org/pdf/1507.05703.pdf
They provide algorithms to check if the problem has a solution. Maybe
you want to implement that and share it with everybody.

If you get no mor answers form here, you can try stack overflow mathematics.



reply via email to

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