Answer: *changed*
Explanation: Because you peed
Answer:
R = ![\left[\begin{array}{ccc}1&0&0\\0&cos30&-sin30\\0&sin30&cos30\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%260%260%5C%5C0%26cos30%26-sin30%5C%5C0%26sin30%26cos30%5Cend%7Barray%7D%5Cright%5D)
![\left[\begin{array}{ccc}cos 60&-sin60&0\\sin60&cos60&60\0&0&1\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Dcos%2060%26-sin60%260%5C%5Csin60%26cos60%2660%5C0%260%261%5Cend%7Barray%7D%5Cright%5D)
Explanation:
The mappings always involve a translation and a rotation of the matrix. Therefore, the rotation matrix will be given by:
Let
and
be the the angles 60⁰ and 30⁰ respectively
that is
= 60⁰ and
= 30⁰
The matrix is given by the following expression:
![\left[\begin{array}{ccc}1&0&0\\0&cos30&-sin30\\0&sin30&cos30\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%260%260%5C%5C0%26cos30%26-sin30%5C%5C0%26sin30%26cos30%5Cend%7Barray%7D%5Cright%5D)
![\left[\begin{array}{ccc}cos 60&-sin60&0\\sin60&cos60&60\0&0&1\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Dcos%2060%26-sin60%260%5C%5Csin60%26cos60%2660%5C0%260%261%5Cend%7Barray%7D%5Cright%5D)
The angles can be evaluated and left in the surd form.
The C++ code that would draw all the iterations in the selection sort process on the array is given below:
<h3>C++ Code</h3>
#include <stdio.h>
#include <stdlib.h>
int main() {
int i, temp1, temp2;
int string2[16] = { 0, 4, 2, 5, 1, 5, 6, 2, 6, 89, 21, 32, 31, 5, 32, 12 };
_Bool check = 1;
while (check) {
temp1 = string2[i];
temp2 = string2[i + 1];
if (temp1 < temp2) {
string2[i + 1] = temp1;
string2[i] = temp2;
i = 0;
} else {
i++;
if (i = 15) {
check = !check;
}
}
}
return 0;
}
Read more about C++ programming here:
brainly.com/question/20339175
#SPJ1
Answer with Explanation:
The crown will be pure if it's specific gravity is 19.3
Now by definition of specific gravity it is the ratio between the weight of an object to the weight of water of equal volume
Since it is given that the weight of the crown is 11.8 N we need to find it's volume
Now According to Archimedes principle when the crown is immersed into water the water shall exert a force in upwards direction on the crown with a magnitude equaling to weight of the water displaced by the crown
Mathematically this is the difference between the weight of the crown in air and weight when immersed in water
Thus Buoyant force is 
Now by Archimedes principle This force equals in magnitude to the weight of water of same volume as of the crown
Thus the specific gravity of the crown equals

As we see that the specific gravity of the crown material is less than that of pure gold hence we conclude that it is impure.