document.write( "Question 366585: system of four linear algebraic equation (get values of A,B, C and D)\r
\n" ); document.write( "\n" ); document.write( "0= Acos(t)+Bsin(t)+Ctcos(t)+Dtsin(t)+3t-2
\n" ); document.write( "0=-Asin(t)+Bcos(t)+Ccos(t)-Ctsin(t)+Dsin(t)+Dtcos(t)+3
\n" ); document.write( "1=-Acos(t)-Bsin(t)-2Csin(t)-Ctcos(t)+2Dcos(t)-Dtsin(t)
\n" ); document.write( "1= Asin(t)-Bcos(t)-2Ccos(t)-Ccos(t)+Ctsin(t)-2Dsin(t)-Dsin(t)-Dtcos(t)
\n" ); document.write( "

Algebra.Com's Answer #261324 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let t = 0. Then the system becomes
\n" ); document.write( "0 = A-2,
\n" ); document.write( "0 = B+C+3,
\n" ); document.write( "1 = -A+2D,
\n" ); document.write( "1 = -B-2C-C, or 1 = -B - 3C.
\n" ); document.write( "The 1st equation gives A = 2.
\n" ); document.write( "Substitution into the 3rd equation gives 1 = -2 + 2D, or D = 3/2.
\n" ); document.write( "eliminating B from the 2nd and 4th equations gives C = 1.\r
\n" ); document.write( "\n" ); document.write( " Finally, substitution into the 2nd equation gives B=-4.
\n" ); document.write( "
\n" );