I have a 2D transform that is not conformal. What are some methods that can be used to change the transform so that it is conformal, preferably with the least amount of change required?
One naive way is to create many different transforms that differ from the original transform by a small amount and test each one to see if it is conformal. However this method won't be effective for testing large changes because there will be too many variations to test.
Here is an example of a transform that I'm looking to make conformal.
$x^{'} = x^2$
$y^{'} = y$