我明白了,都可以,但是用的形式不一样所以数字会变化

来源: 2025-06-14 11:09:57 [旧帖] [给我悄悄话] 本文已被阅读:

看你怎么把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.