Q2. Explain Master Theorem .Using Master Theorem solved the following recurrence.
(2 Mark)
relation
cT(n)=4T(8(n)/(4))+n^(2)
dT(n)=9T(6(n)/(36))+\sqrt(n)
Q3. Solve the following equations using Gaussian Elimination Method:
(2 Mark)
6x_(1)-6x_(2)+93x_(3)=-14
-2x_(1)+7x_(2)-+8x_(3)=10
-3x_(1)-8x_(2)-2x_(3)=-20