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

回答: 我试了一下,是scaling 先。trivial2025-06-14 11:01:05

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

 

请您先登陆,再发跟帖!