

InterviewSolution
Saved Bookmarks
1. |
Compute the following : (i) [{:(a,b),(-b,a):}]+[{:(a,b),(b,a):}] (ii) [{:(a^(2)+b^(2),b^(2)+c^(2)),(a^(2)+c^(2),a^(2)+b^(2)):}]+[{:(2ab,2bc),(-2ac,-2ab):}] (iii)[{:(-1,4,-6),(8,5,16),(2,8,5):}]+[{:(12,7,6),(8,0,5),(3,2,4):}] (iv) [{:(cos^(2)x,sin^(2)x),(sin^(2)x,cos^(2)x):}]+[{:(sin^(2)x,cos^(2)x),(cos^(2)x,sin^(2)x):}] |
Answer» <html><body><p><br/></p><a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> :(i) `=[{:(2a,2b),(0,2a):}]`<br/> (<a href="https://interviewquestions.tuteehub.com/tag/ii-1036832" style="font-weight:bold;" target="_blank" title="Click to know more about II">II</a>) `=[{:((a+b)^(<a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a>),(b+c)^(2)),((a-c)^(2),(a-b)^(2)):}]`<br/> (<a href="https://interviewquestions.tuteehub.com/tag/iii-497983" style="font-weight:bold;" target="_blank" title="Click to know more about III">III</a>) `=[{:(11,11,0),(16,5,21),(5,10,9):}]` <br/> (<a href="https://interviewquestions.tuteehub.com/tag/iv-501699" style="font-weight:bold;" target="_blank" title="Click to know more about IV">IV</a>) `=[{:(1,1),(1,1):}]`</body></html> | |