Computer Science: An Overview (12th Edition)
12th Edition
ISBN: 9780133760064
Author: Glenn Brookshear, Dennis Brylow
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
Chapter 10, Problem 26CRP
Program Plan Intro
a.
Planer Patch:
The patch formed by joining points in the plane is called planer patch.
Planar patch for given question:
Explanation:
From the above diagram, the planer patch is parallel to “yz” plane. The points are viewed from outside of the object. So, the left most portion of the patch lies inside.
Explanation of Solution
b.
Determine a ray of light originating at the point (2, 0, 0):
The 3D plot of the patch with the point (2, 0, 0) is shown below:
Explanation of Solution
c.
Determine a ray of light originating at the point (2, 1, 1):
The 3D plot of the patch with the point (2, 1, 1) is shown below:
Explanation of Solution
d.
Determine a ray of light originating at the point (3, 2, 1):
The 3D plot of the patch with the point (3, 2, 1) is shown below:
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
A particle start from the point (4,4)
and it's coordinates change by the
increment AY=5 and AX= -8 Find its
new coordinate
Using Matlab computer software, write the code to represent the next surface given by the following equation (put the title, axes and legend of the surface on the obtained graph)
x² + y2 – 2x – 6y – z + 10 = 0
(You can use a set of values between -5 to 5).
Suppose we construct two quaternions 91 and 92 which rotate about the same unit vector. The angle of
rotation for 91 is 79 degrees and the angle of rotation for 92 is 158 degrees. To perform spherical linear
interpolation between the two quaternions using
sin(to)
slerp(t, 91, 92)
sin((1 − t)0)
sin(0)
91 +
92
sin(0)
what angle should be used for 0? If you are not sure, consider building two quaternions using the above
angles and working through the problem...The answer should be expressed as a number of degrees.
Chapter 10 Solutions
Computer Science: An Overview (12th Edition)
Ch. 10.1 - Prob. 1QECh. 10.1 - Prob. 2QECh. 10.1 - Prob. 3QECh. 10.2 - Prob. 1QECh. 10.2 - Prob. 2QECh. 10.2 - Prob. 3QECh. 10.3 - Prob. 1QECh. 10.3 - Prob. 2QECh. 10.3 - Prob. 3QECh. 10.3 - Prob. 4QE
Ch. 10.3 - Prob. 5QECh. 10.4 - Prob. 1QECh. 10.4 - Prob. 2QECh. 10.4 - Prob. 3QECh. 10.4 - Prob. 4QECh. 10.4 - Prob. 5QECh. 10.5 - Prob. 1QECh. 10.5 - Prob. 2QECh. 10.5 - Prob. 3QECh. 10.5 - Prob. 4QECh. 10.6 - Prob. 1QECh. 10.6 - What is a storyboard?Ch. 10.6 - Prob. 3QECh. 10.6 - Prob. 4QECh. 10 - Prob. 1CRPCh. 10 - Prob. 2CRPCh. 10 - Prob. 3CRPCh. 10 - Prob. 4CRPCh. 10 - Prob. 5CRPCh. 10 - Prob. 6CRPCh. 10 - Prob. 7CRPCh. 10 - Prob. 8CRPCh. 10 - Prob. 9CRPCh. 10 - Prob. 10CRPCh. 10 - Prob. 11CRPCh. 10 - Prob. 12CRPCh. 10 - Prob. 13CRPCh. 10 - Prob. 14CRPCh. 10 - Prob. 15CRPCh. 10 - Prob. 16CRPCh. 10 - Prob. 17CRPCh. 10 - Prob. 18CRPCh. 10 - Prob. 19CRPCh. 10 - Prob. 20CRPCh. 10 - Prob. 21CRPCh. 10 - Prob. 22CRPCh. 10 - Prob. 23CRPCh. 10 - Prob. 24CRPCh. 10 - Prob. 25CRPCh. 10 - Prob. 26CRPCh. 10 - Prob. 27CRPCh. 10 - Prob. 28CRPCh. 10 - Prob. 29CRPCh. 10 - Prob. 30CRPCh. 10 - Prob. 31CRPCh. 10 - Prob. 32CRPCh. 10 - Prob. 33CRPCh. 10 - In what way does the hardware in a computer...Ch. 10 - Prob. 35CRPCh. 10 - Prob. 36CRPCh. 10 - Prob. 37CRPCh. 10 - Prob. 38CRPCh. 10 - Prob. 39CRPCh. 10 - Prob. 40CRPCh. 10 - Prob. 41CRPCh. 10 - Prob. 42CRPCh. 10 - Prob. 43CRPCh. 10 - Prob. 44CRPCh. 10 - Prob. 1SICh. 10 - The following questions are intended as a guide to...Ch. 10 - Prob. 3SICh. 10 - Prob. 4SI
Knowledge Booster
Similar questions
- Suppose images f(x,y) and g(x,y) have histograms h; and hg. Suppose you form image k(x,y) as the sum of these two images: k(x,y) = f(x,y) + g(x,y). (a) Under what conditions (on images f and g) can you determine the histogram hų of image k in terms of the histograms hf and hg? (That is, under what conditions can you determine hu if you are only given hj and he? Hint: this turns out to be fairly restrictive.) (b) Explain how you would derive hỵ in this case.arrow_forwardWirte a matlab code to plot the 3D image of a helix: Use the following parameters and equations that define the axes in 3D: p=0.199; Pitch distance (distance between the turns)a=0.02999500; Radius of the helis wireb=0.191; Radius of the helixn = 5, is the number of helis turns. δ = atan(p/(2*pi*b)); The pitch anglex’ = b + a cos(Ө)y’ = -a sin(Ө) sin(δ)x = x’ sin(ф)+y’ cos(ф);y =-x’ cos(ф)+y’ sin(ф);z = p*ф/(2*pi)+a*sin(Ө)*cos(δ);arrow_forwardQ1. Draw a wave that has a wavelength of 5m and an amplitude of 1m. Calculate the frequency?arrow_forward
- Use MATLAB to solve the imagearrow_forwardDraw the map below in graph structure and determine the colors by applying the Welch-Powel algorithm. B A E с D Farrow_forward1.. Construct a circuit for the following Boolean expressions : I. ( ~p V ~q) Λ (~p Λ r) Λ (q V~r) II. P∧∼Q) ∨(∼P∧R) for the graph write it with pencil and paper. add: and, or, and not.arrow_forward
- A. Translate a polygon with coordinates A(2,5), B(7,10),C(10,2) by 3 units in X direction & 4 units in Y direction. B. Perform a scaling(S) in x direction Sx=3 and y direction Sy=2 and translate(T) on x direction Tx=3 on a polygon(P) with coordinates A(4,7), B(8,3),C(6,8). C. Can we represent a translation with reflections? If so, Explain how?arrow_forwarda) Draw a Venn diagram illustrating set (X-Y)U(Z-Y)arrow_forwardI know you need the components to work this out but can you help me in anyway question on the imagearrow_forward
- Problem Let's suppose that there are three frames overlapping each other at the beginning, namely {A}, {B} and {C}. Then, both frames {B} and {C} are translated by 5 centimeters in x and y axis directions and rotated rotated about z axis by 30 degrees in the counter-clockwise direction with respect to frame {A}. Finally, frame {C} is translated by 10 centimeters in the x axis direction and 20 centimeters in the y axis direction and rotated rotated about z axis by 60 degrees in the clockwise direction with respect to frame {B}. Given coordinates (4,-4) of point P with respect to frame {C}, determine the coordinates of point P with respect to frame {A}. NOTE: ATC= ATB. BTC Roboticarrow_forwardThe line through (-2,-5) and (1,9). The line through (3,7) and (-11,10).arrow_forwardA standard science experiment is to drop a ball and see how high it bounces. Once the “bounciness” of the ball has been determined, the ratio gives a bounciness index. For example, if a ball dropped from a height of 10 feet bounces 6 feet high, the index is 0.6 and the total distance traveled by the ball is 16 feet after one bounce. If the ball were to continue bouncing, the distance after two bounces would be 10 ft + 6 ft + 6 ft + 3.6 ft = 25.6 ft. Note that distance traveled for each successive bounce is the distance to the floor plus 0.6 of that distance as the ball comes back up. Write a program that lets the user enter the initial height of the ball and the number of times the ball is allowed to continue bouncing. Output should be the total distance traveled by the ball. Please name your function "bounce" that has three arguments (initial height, index, number of bounce) and return the total distance traveled by the ball. (float) Skip the part where users can enter the inputs of…arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education