I recently learned the ezplot function in MATLAB. Recently I typed in
ezplot('x^y - y^x', [-100 100 -100 100]);
and this is what I got;
Can anyone please tell me whatever is happening ? for lower scaling of x and y ( [ -10 10 -10 10]) there are more patterns in the 2nd 3rd and 4th quadrants.
I was not very sure of the shape of curve, but I did not expect this !