Solution to a system of linear equations
Show older comments
Please what is the matlab function to convert the solution of a system of linear equations into parametric vector form?
5 Comments
Walter Roberson
on 19 Jul 2019
Is this an underdetermined system? And are you finding the solution numerically or using the symbolic toolbox?
Edward Tatchim
on 19 Jul 2019
Walter Roberson
on 19 Jul 2019
What would your desired output look like?
Edward Tatchim
on 19 Jul 2019
Walter Roberson
on 19 Jul 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 ?
Answers (0)
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!