Effacer les filtres
Effacer les filtres

Finding Singularity of Jacobian Matrix (MATLAB)

7 vues (au cours des 30 derniers jours)
Prasanna Venkatesh
Prasanna Venkatesh le 28 Juin 2019
Commenté : Bruno Luong le 2 Juil 2019
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 commentaires
Prasanna Venkatesh
Prasanna Venkatesh le 2 Juil 2019
>> 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 le 2 Juil 2019
That means your matrix is always of rank 3.

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by