As definition, in order to find the isotropic points of a jacobian matrix, the matrix's columns become orthogonal and equal to the magnitude. I don't quite understand this definition. if i have a matrix looks like this:
a b
c d
Matrix example:
2.x 0
2.y+3 3
How can I find its isotropic points ?
Thank you very much.