필터 지우기
필터 지우기

Finding Singularity of Jacobian Matrix (MATLAB)

조회 수: 7 (최근 30일)
Prasanna Venkatesh
Prasanna Venkatesh 2019년 6월 28일
댓글: Bruno Luong 2019년 7월 2일
I have a Jacobian matrix containing symbolic variables. Can I find the values of those variables which make the Jacobian matrix singular (loses its rank)?
Note: Jacobian matrix dimension is 3*4
  댓글 수: 7
Prasanna Venkatesh
Prasanna Venkatesh 2019년 7월 2일
>> rref(jac)
ans =
[ 1, 0, -sin(t3)/(sin(t2)*cos(t3)^2 + sin(t2)*cos(t3) + sin(t2)*sin(t3)^2 + cos(t2)*sin(t3)), 0]
[ 0, 1, (sin(t3) + cos(t2)*sin(t3) + cos(t3)*sin(t2))/(sin(t2)*cos(t3)^2 + sin(t2)*cos(t3) + sin(t2)*sin(t3)^2 + cos(t2)*sin(t3)), 0]
[ 0, 0, 0, 1]
Bruno Luong
Bruno Luong 2019년 7월 2일
That means your matrix is always of rank 3.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by