Borrar filtros
Borrar filtros

Finding Singularity of Jacobian Matrix (MATLAB)

7 visualizaciones (últimos 30 días)
Prasanna Venkatesh
Prasanna Venkatesh el 28 de Jun. de 2019
Comentada: Bruno Luong el 2 de Jul. de 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 comentarios
Prasanna Venkatesh
Prasanna Venkatesh el 2 de Jul. de 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 el 2 de Jul. de 2019
That means your matrix is always of rank 3.

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by