How can I get A knowing Ap and p?
조회 수: 2 (최근 30일)
이전 댓글 표시
For an n*n symbolic matrix A and an n*1 symbolic vector p, if I know the value of p and Ap, how can I find A?
댓글 수: 0
답변 (1개)
John D'Errico
2018년 11월 24일
편집: John D'Errico
2018년 11월 24일
No. There is insufficient information. You can view this as knowing n pieces of information, but needing to output n^2 pieces of information. (Since the nxn matrix A has n^2 elements.) So there are infinitely many possible matrices A that would generate the given result, and you cannot resolve which of those infintely many possible solutions actually form the real matrix A.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!