InterviewSolution
Saved Bookmarks
| 1. |
If ane1,bne-1,cne-1 and the system of equations, x=a(y+z),y=b(z+x),z=c(x+y) has a non-trivial solution, then. |
|
Answer» `a/(a+1)+B/(b+1)+C/(c+1)=0` |
|