Solution to a system of linear equations
Mostrar comentarios más antiguos
Please what is the matlab function to convert the solution of a system of linear equations into parametric vector form?
5 comentarios
Walter Roberson
el 19 de Jul. de 2019
Is this an underdetermined system? And are you finding the solution numerically or using the symbolic toolbox?
Edward Tatchim
el 19 de Jul. de 2019
Walter Roberson
el 19 de Jul. de 2019
What would your desired output look like?
Edward Tatchim
el 19 de Jul. de 2019
Walter Roberson
el 19 de Jul. de 2019
Are you looking for a cell array of character vectors as output? Are you looking for returning a function handle that takes one input per non-augmented column and executes to a column vector of == equalities, such that you might use to give inputs and test to see if the condition is met, and the tests must be obvious from the function handle? Are you looking for returning a function handle that takes one input per non-augmented column and executes to return a column vector of binary values based on testing the conditions, with you not carrying what the text of the function handle looks like as long as it executes properly? Are you using the Symbolic Toolbox and looking to return a column vector of symbolic == expressions ?
Respuestas (0)
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!