Question: Please help me solve this problem.

Please help me find the numeric values of a_1,a_2,b_1 and b_2, base on the below equation. solve({a_1^2*alpha+a_2^2*beta=a_1,2*a_1*a_2*alpha+a_2^2*gamma=a_2,a_1*b_1*alpha+a_2*b_2*beta=b_1,a_1*b_2*alpha+a_2*b_1*alpha+a_2*b_2*gamma=b_2,b_1^2*alpha+b_2^2*beta=a_1+b_1,2*b_1*b_2*alpha+b_2^2*gamma=a_2+b_2,a_1*b_2<>b_1*a_2},[a_1,a_2,b_1,b_2]);
Please Wait...