Azzera filtri
Azzera filtri

Finding Singularity of Jacobian Matrix (MATLAB)

7 visualizzazioni (ultimi 30 giorni)
Prasanna Venkatesh
Prasanna Venkatesh il 28 Giu 2019
Commentato: Bruno Luong il 2 Lug 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 Commenti
Prasanna Venkatesh
Prasanna Venkatesh il 2 Lug 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 il 2 Lug 2019
That means your matrix is always of rank 3.

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by