The problem is that when making the transformation, you’re doing something like
t = x + 3
You need to undo this in the end, or you’ll be solving the wrong problem essentially.
The problem is that when making the transformation, you’re doing something like
t = x + 3
You need to undo this in the end, or you’ll be solving the wrong problem essentially.