若a=(1,1) b(1,-1) c=(-1,-2) 求c(用a和b表示)
问题描述:
若a=(1,1) b(1,-1) c=(-1,-2) 求c(用a和b表示)
答
设c=xa+yb,得出一个方程组:
x+y=-1
x-y=-2
解得x=-3/2,y=1/2
所以c=-1.5a+0.5b