Vpasolve and indeterminate system

Hello,
I have an indeterminate systemm, AX=B, which means that solutions exist but A does not have full column rank, it is singular. Is it posiible to use vpasolve to obtain some solutions in this case, even though there will be an indeterminacy of some constants?
Thank you!

Antworten (2)

Star Strider
Star Strider am 16 Jan. 2019

0 Stimmen

The vpasolve function may not be your best option.
See if the lsqr (link) function will do what you want. It’s intended for sparse matrices. It can also works iwth singular matrices.
Walter Roberson
Walter Roberson am 16 Jan. 2019

0 Stimmen

If solutions do exist then even if the system is underdetermined, vpasolve() can potentially solve it. If you needed multiple solutions you could either try the 'random' option or you could carefully supply search ranges, executing multiple times with one of the variables constrained to different ranges, to try to find multiple solutions relative to that variable.

Kategorien

Mehr zu Numerical Integration and Differential Equations finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 16 Jan. 2019

Beantwortet:

am 16 Jan. 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by