Hi R-users, I try to use "solve" to find the answer of this linear equation a=x*b where a is 2*1 matrix and b is 2*2 matrix.I would like to get x so I call y<-solve(a,b) but this one happen "a is 2*1 matrix" so what I should do . Thanks Luck