Question

3-D rotation matrix choose a couple of specific angles like pi/6 , pi/4 ...and write the...

3-D rotation matrix

choose a couple of specific angles like pi/6 , pi/4 ...and write the arithmetic values and rotate a vector of your choice as an example application.

Homework Answers

Answer #1

First you understand the construction of rotation matrix in two dimension. I am attaching the construction

now for 3D,the rotational matrix will take form

note that alpha is an arbitrary angle so you may choose it pi/6 or pi/3, whatever you want. Note that n dimensional rotational matrix in Mn(R) are orthogonal matrix.

I am extending the answer here. Final Answer

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Consider the matrix list x = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]. Write...
Consider the matrix list x = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]. Write a list comprehension to extract the first column of the matrix [1, 4, 7]. Write another list comprehension to create a vector of twice the square of the middle column.
2. Write the output matrix “v” t = [2:4]; k = [1:3]; v = t.*k –...
2. Write the output matrix “v” t = [2:4]; k = [1:3]; v = t.*k – k.^2 4. Given: D = [1 2 3 4 5 6 7 8 9] (3x3) . Which command will extract the submatrix [1 2 3 4 5 6] (2x3) ? a. D[1:2,1:3] b. D(1,2 ;1,3) c. [D(1:2),D(1:3)] d. D(1:2,1:3) 14. What will be the dimension of matrix B? B=[ones(3) zeros(3) rand(3); 2*eye(9)] 18. Find the value of “C” A=1:2:10; B=linspace(1,5,5); C = length(A)*B(2)+A(5)*B(3); 19....
Write a java 3x3 matrix program that does the following: 1) multiply 2)add 3)subtract 4)scalar product...
Write a java 3x3 matrix program that does the following: 1) multiply 2)add 3)subtract 4)scalar product 5)does calculation for a^3 - b^3 6)does calculation for 2a^ + 3b^2 an example for the adding method will look something like this public static double[][] multiplyMatrix(double [][] a, double [][] b)
Consider the matrix A= −2−2 6] [−2−3 5] [3 4−8] [−7−9 18 (all one matrix) (a)...
Consider the matrix A= −2−2 6] [−2−3 5] [3 4−8] [−7−9 18 (all one matrix) (a) How many rows ofAcontain a pivot position? (b) Do the columns ofAspanR4? (c) Does the equationA ~x=~b have a solution for every~b∈R^4? (d) Would the equation A~x=~0 have a nontrivial solution? (e) Are the columns of A linearly independent? (~x is vector x)
Solve the system of equations using an inverse matrix -4x-2y+z= 6 -x-y-2z= -3 2x+3y-z= -4 Choose...
Solve the system of equations using an inverse matrix -4x-2y+z= 6 -x-y-2z= -3 2x+3y-z= -4 Choose one: a. (-1, 0, -2) b. (1, 0, -2) c. (1, 0, 2) d. (-1, 0, 2)
1.Population 2.Health 3.Migration 4.Languages 5.-Religions 6.Ethnicities 7.Political Geography 8.boundaries 1. Choose at least two of these...
1.Population 2.Health 3.Migration 4.Languages 5.-Religions 6.Ethnicities 7.Political Geography 8.boundaries 1. Choose at least two of these topics and write why it's your least favorite topic 2.choose one topic and write why it's your favorite topic. Give reason and why it is.
Let the population have N=7 units, with {(unit,value)} = {(A,-1),(B,+1),(C,-2),(D,+3),(E,-4),(F,+5),(G,-6)}. The design is as follows: first...
Let the population have N=7 units, with {(unit,value)} = {(A,-1),(B,+1),(C,-2),(D,+3),(E,-4),(F,+5),(G,-6)}. The design is as follows: first choose A or B at random; if A then choose from {C,D} at random, if B then choose from {E,F,G} at random. 1) Find the first-order inclusion probabilities (note that the sample size n is fixed at 2). Verify (show numerically for this example) that the Horvitz-Thompson estimator is unbiased for the population total. (Hint: find the probability of each sample and the value...
A. i) Choose a service type of business that you would like to start and write...
A. i) Choose a service type of business that you would like to start and write a brief description about it which includes the name of the company, place and type of business etc. ii) Further, list down 15 transactions done by your business in one month starting with the initial investment made by you in the firm. The transactions may include the following and may be made more than once: 1. Investment in business 2. Purchase of assets for...
write a script named print_lines.sh that uses head and tail together to print out a specific...
write a script named print_lines.sh that uses head and tail together to print out a specific set of lines from a file. The script should take three arguments: the line number to start at, the line number to stop at, and the file to use. Here's an example run: [user@localhost ~]$ print_lines.sh 7 10 /etc/passwd shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown halt:x:7:0:halt:/sbin:/sbin/halt mail:x:8:12:mail:/var/spool/mail:/sbin/nologin operator:x:11:0:operator:/root:/sbin/nologin [user@localhost ~]$ In this example, the script prints line 7 through 10 (inclusive) of the /etc/passwd file. Your script must do...
Write a console application to total a set of numbers indicated and provided by a user,...
Write a console application to total a set of numbers indicated and provided by a user, using a while loop or a do…while loop according to the user’s menu choice as follows: Example Menu 1. To total numbers using a while loop 2. To total numbers using a do...while loop Enter your menu choice: 1 How many numbers do you want to add: 2 Enter a value for number 1: 4 Enter a value for number 2: 5 The total...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT