Chose 10 random numbers with values between 1 and 20, and submit the first 10 numbers as an answer to this question. For the purpose of using them in the next questions, call these numbers A, B, C, D, . . . J Convert Aπ/B into degrees. Find the result of a. Degrees = (A × B × C) + 180 mod 180; this is the remainder after dividing (A × B × C) + 180 by 180 b. Convert Degrees into radians, and put the answer in π notation.
Do not solve with any coding program or AI genarator
-
Chose 10 random numbers with values between 1 and 20, and submit the first 10 numbers as an answer to this question. For the purpose of using them in the next questions, call these numbers A, B, C, D, . . . J
-
Convert Aπ/B into degrees.
-
Find the result of
a. Degrees = (A × B × C) + 180 mod 180; this is the remainder after dividing (A × B × C) + 180 by 180b. Convert Degrees into radians, and put the answer in π notation.
-
Calculate the measurements of the acute angles of a right triangle whose sides measure A, B, C units.
-
Build a matrix, M, of random numbers as follows:
A
B
C
D
E
F
G
H
I
-
What is MT?
-
Find the inverse of M, showing the steps.
-
What is the result of M * M−1?
-
Let V = [A B C] and W = [ D E F]. In the textbook, the dot product V • W involves an angle, alpha (α). How do you calculate alpha for this example?
-
Let V = [A B C]. Find the cross product V • V. What can you conclude from this result?
Step by step
Solved in 5 steps with 13 images
-
Find the result of
a. Degrees = (A × B × C) + 180 mod 180; this is the remainder after dividing (A × B × C) + 180 by 180b. Convert Degrees into radians, and put the answer in π notation.
-
Calculate the measurements of the acute angles of a right triangle whose sides measure A, B, C units.
-
Build a matrix, M, of random numbers as follows:
A
B
C
D
E
F
G
H
I
-
What is MT?