Query
Title
Question
Help me in solving this question:
<span style="left: 322.992px; top: 502.223px; font-size: 19.9253px; font-family: sans-serif; transform: scaleX(0.857369);">Multiply 1st and 2nd row with scalars, 3</span><span style="left: 126.773px; top: 525.097px; font-size: 19.9253px; font-family: sans-serif; transform: scaleX(0.849345);">and 4 respectively, and determine the determinant of the resultant matrix.</span>
Scilab Matrix-Operations 03-04 min 20-30 sec
Answers:
<span style="background-color: rgb(250, 250, 250);">First of all, define matrix A of all the values equal to 1 using ones command.</span>
Then type, A(1,:)=3 and A(2,:)=4 to get the desired matrix and find out it's determinant.
Login to add comment