Solution to a system of linear equations
이전 댓글 표시
Please what is the matlab function to convert the solution of a system of linear equations into parametric vector form?
댓글 수: 5
Walter Roberson
2019년 7월 19일
Is this an underdetermined system? And are you finding the solution numerically or using the symbolic toolbox?
Edward Tatchim
2019년 7월 19일
Walter Roberson
2019년 7월 19일
What would your desired output look like?
Edward Tatchim
2019년 7월 19일
Walter Roberson
2019년 7월 19일
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 ?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!