필터 지우기
필터 지우기

Solve Error in Symbolic Matrix

조회 수: 2 (최근 30일)
Ahmet Parker
Ahmet Parker 2021년 5월 2일
댓글: Dyuman Joshi 2021년 5월 5일
hİ, solver returns this for syms matrix forms. How should I use solver?
syms K11 [3 3] matrix
syms deltat [1 1] matrix
solve([K11+K11==deltat*K11],[deltat])
gives
Check for incorrect argument data type or missing argument in call to function 'solve'.
  댓글 수: 10
Walter Roberson
Walter Roberson 2021년 5월 5일
In R2021a, the new toolboxes are:
Dyuman Joshi
Dyuman Joshi 2021년 5월 5일
@Walter Roberson Thank you for the link, it is exactly what I was looking for!

댓글을 달려면 로그인하십시오.

채택된 답변

Swatantra Mahato
Swatantra Mahato 2021년 5월 5일
Hi Ahmet,
You can execute the following command (as mentioned under Limitations section for the "symmatrix" funciton) to find the functions which currently accept symbolic matrix variables as input
methods symmatrix
solve currently does not support symbolic matrix inputs (as also mentioned by @Walter Roberson)
Hope this helps

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Formula Manipulation and Simplification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by