看你怎麽把x 變換到2x-2.
1) replace x with 2x: x -- > 2x.
replace x with x-1, get 2(x-1).
這是答案給的方法。
2) 另一種辦法:
replace x with x-2: get x-2.
In the above replace x with 2x: get 2x-2.
所以可以先平移後scaling, 但是平移的距離是2.