How to find the critical points of a 2x2 jacobian matrix in matlab?

2 views (last 30 days)
I need to enter a 2x2 jacobian matrix into ML, and find the critical points of this matrix using the solve command
['2x' '1-2y' ; '-1-2y' , '-2x'].

Answers (1)

Roger Stafford
Roger Stafford on 12 Mar 2014
Edited: Roger Stafford on 12 Mar 2014
Presumably the critical points are those for which the determinant of the matrix is zero, but you don't need matlab to solve that problem. You can work that out on the back of an envelope. There is only one such point.
For more complicated jacobians, you might need the 'contour' function in matlab to find a one-dimensional infinitude of them.
  1 Comment
Roger Stafford
Roger Stafford on 16 Mar 2014
On looking at your question five days later, I see that my answer was in error. The critical points are actually all the points on the circumference of a circle of radius 1/2 with center at the origin (0,0). (You can still determine this on the back of an envelope.)

Sign in to comment.

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!