> 数学 >
先化简再求值:(x+2y)2-(2x+3y)(3x-2y)-(x-2y)2,其中x=1,y=-2
人气:470 ℃ 时间:2020-02-25 21:47:25
解答
-6x^2+3xy+6y^2;12;
Matlab:
>> syms x y
>> f=(x+2*y)^2-(2*x+3*y)*(3*x-2*y)-(x-2*y)^2
>> simple(f)
>> subs(ans,{x,y},{1,-2})请写出中间 的过程 不要只给个答案全展开,合并同类项即可
推荐
猜你喜欢
© 2025 79432.Com All Rights Reserved.
电脑版|手机版