SMath
eigenvalues 값을 찾지 못하는 경우
skyground21
2023. 12. 12. 08:43
"eigenvalues: solve is unable to find the roots of the characteristic polynomial."
"no result"
무엇이 문제인지 물어보니
eigenvalues 함수를 사용하기 전에 변수 a, b를 다음과 같이 정의해 놓은 것이 있었다.
변수 a, b는 scalar 변수이어야 하는데 vector이어서 변수 a, b를 초기화해야만 한다.
Clear(a,b)
반응형
LIST