フィルターのクリア

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 Center および File ExchangeLinear Algebra についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by