Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a code in python Write a program that plots a rotated 3D image of a cube where the user can specify the rotation about

Write a code in pythonimage text in transcribed

image text in transcribed

Write a program that plots a rotated 3D image of a cube where the user can specify the rotation about the x, y and z axis. Given a set of n, (x,y,z) coordinates, stored in a matrix as follows: n- and rotational transformation matrices of the form 0 cos6, 0 sin e, cos 0z - sin 0z yv 10 0 sin cose] siney 0 cos 6y 0 0 Then, the rotated (x,yz) set of coordinates is XYZ Use the following x,y,z coordinates to define a cube xyz np . array(, 1,1,0,0, e, ,1,1,0, 1,1,1,1, ,aj, To plot the 3D cube in 2D plot only the x and y points, connect with a line. You can extract the x and y vectors using numpy's submatrix formula as follows x - xyzr[ ,'] # row and every column Xyzr1,:] # row 1 and every column Write a program that plots a rotated 3D image of a cube where the user can specify the rotation about the x, y and z axis. Given a set of n, (x,y,z) coordinates, stored in a matrix as follows: n- and rotational transformation matrices of the form 0 cos6, 0 sin e, cos 0z - sin 0z yv 10 0 sin cose] siney 0 cos 6y 0 0 Then, the rotated (x,yz) set of coordinates is XYZ Use the following x,y,z coordinates to define a cube xyz np . array(, 1,1,0,0, e, ,1,1,0, 1,1,1,1, ,aj, To plot the 3D cube in 2D plot only the x and y points, connect with a line. You can extract the x and y vectors using numpy's submatrix formula as follows x - xyzr[ ,'] # row and every column Xyzr1,:] # row 1 and every column

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Achieving Communication Competence

Answered: 1 week ago

Question

3. What strategies might you use?

Answered: 1 week ago

Question

3. Write a policy statement to address these issues.

Answered: 1 week ago