Linear Algebra with Applications (9th Edition) (Featured Titles for Linear Algebra (Introductory))
Linear Algebra with Applications (9th Edition) (Featured Titles for Linear Algebra (Introductory))
9th Edition
ISBN: 9780321962218
Author: Steven J. Leon
Publisher: PEARSON
bartleby

Videos

Textbook Question
Book Icon
Chapter 7, Problem 12E

To plot y = sin ( x ) , we must define vectors of x and y values and then use the plot command. This can be done as follows:
x = 0 : 0.1 : 6 ; y = sin ( x ) ; plot ( x , y )

  1. Let us define a rotation matrix and use it to rotate the graph of y = sin ( x ) . Set
    t = pi/4; c = cos ( t ) ; s = sin ( t ) ; R = [ c , s ; s , c ]
    To find the rotated coordinates, set
    Z = R * [ x ; y ] ; x 1 = Z ( 1 , : ) ; y 1 = Z ( 2 , : ) ;
    The vectors x1 and y1 contain the coordinates for the rotated curve. Set
    w = [ 0 , 5 ] ; axis square
    And plot x1 and y1, using the MATLAB command
    plot ( x 1 , y 1 , w , w )
    By what angles has the graph been rotated and in what direction?
  2. Keep all your variables from part(a) and set
    G = [ c , s ; s , c ]
    The matrix G represents a Given reflection. To determine the reflected coordinates, set
    z = G * [ x ; y ] ; x 2 = Z ( 1 , : ) ; y 2 = Z ( 2 , : ) ;
    Plot the reflected curve, using the MATLAB command
    plot ( x 2 , y 2 , w , w )
    The curve y = sin ( x ) has been reflected about a line through the origin making an angle of π / 8 with the x-axis. To see this, set
    w 1 = [ 0 , 6.3 * cos ( t / 2 ) ] ; z 1 = [ 0 , 6.3 * sin ( t / 2 ) ] ;
    and plot the new axis and both curves with the MATLAB command
    plot ( x , y , x 2 , y 2 , w 1 , z 1 )
  3. Use the rotation matrix R from part (a) to rotate the curve y = sin ( x ) . Plot the rotated curve. How does the graph compare to that of the curve from part (b)? Explain.

Blurred answer
Students have asked these similar questions
I'm not sure how ti find the position vector. Could you please give me some instructions? Thank you.
Graph the two vectors x= (5, 1,3) and y=(-1,3,1
The vectoru = (3140, 2650) gives the numbers of hamburgers and hot dogs, respectively, sold at a fast-food stand in one month. The vector v = (2.25, 1.75) gives the prices (in dollars) of the food items. Find the dot product u · v. Interpret the result in the context of the problem. O The dot product represents the total revenue earned from selling the hamburgers and hot dogs. O The dot product represents the the total number of hamburgers and hot dogs sold. O The dot product represents the total revenue earned from selling just the hot dogs. O The dot product represents the total revenue earned from selling just the hamburgers.

Chapter 7 Solutions

Linear Algebra with Applications (9th Edition) (Featured Titles for Linear Algebra (Introductory))

Ch. 7.2 - Let A=(111241 31 2) Factor A into a product LU,...Ch. 7.2 - Prob. 2ECh. 7.2 - Let A and B be nn matrices and let xn. How many...Ch. 7.2 - Let Amn,Bnr, and x, yn. Suppose that the product...Ch. 7.2 - Let Eki be the elementary matrix formed by...Ch. 7.2 - Prob. 6ECh. 7.2 - If A is a symmetric nn matrix with triangular...Ch. 7.2 - Prob. 8ECh. 7.2 - Let A=LU, where L is lower triangular with 1's on...Ch. 7.2 - Suppose that A1 and the LU factorization of A have...Ch. 7.2 - Prob. 11ECh. 7.3 - Let A=(03112 2254) and b=(17 1) Reorder the rows...Ch. 7.3 - Let A be the matrix in Exercise 1. Use the...Ch. 7.3 - Prob. 3ECh. 7.3 - Prob. 4ECh. 7.3 - Prob. 5ECh. 7.3 - Prob. 6ECh. 7.3 - Prob. 7ECh. 7.3 - Prob. 8ECh. 7.3 - Solve the system in Exercise 7 using four-digit...Ch. 7.3 - Use four-digit decimal floating-point arithmetic,...Ch. 7.4 - Determine F,, and 1 for each of the following...Ch. 7.4 - Let A=(200 2) and x=( x 1 x 2 ) and set...Ch. 7.4 - Let A=(1000) Use the method of Exercise 2 to...Ch. 7.4 - Let D=(30000 50000 200004) Compute the singular...Ch. 7.4 - Prob. 5ECh. 7.4 - If D is an nn diagonal matrix, how do the values...Ch. 7.4 - Prob. 7ECh. 7.4 - Let M denote a matrix norm on nn,V denote a vector...Ch. 7.4 - A vector x in n can also be viewed as an n1 matrix...Ch. 7.4 - A vector y in n can also be viewed as an n1 matrix...Ch. 7.4 - Let A=wyT where wm and yn. Show that Ax2x2y2w2 for...Ch. 7.4 - Prob. 12ECh. 7.4 - Theorem 7.4.2 status that A=max1im(j=1n| a ij|)...Ch. 7.4 - Prob. 14ECh. 7.4 - Prob. 15ECh. 7.4 - Prob. 16ECh. 7.4 - Prob. 17ECh. 7.4 - Prob. 18ECh. 7.4 - Prob. 19ECh. 7.4 - Prob. 20ECh. 7.4 - Let A be an mn matrix. Show that A(1,2)A2Ch. 7.4 - Let Amn and Bnr . Show that Ax2A(1,2)x1 for all x...Ch. 7.4 - Let A be an nn matrix and let m be a matrix norm...Ch. 7.4 - Prob. 24ECh. 7.4 - Prob. 25ECh. 7.4 - Prob. 26ECh. 7.4 - Let A be an nn matrix and xn. Prove: Axn1/2A2x...Ch. 7.4 - Prob. 28ECh. 7.4 - Prob. 29ECh. 7.4 - Solve the given two systems and compare the...Ch. 7.4 - Prob. 31ECh. 7.4 - Prob. 32ECh. 7.4 - Let An=(111 1 1 n ) for each positive integer n....Ch. 7.4 - Prob. 34ECh. 7.4 - Given A=(3211) and b=(52) If two-digit decimal...Ch. 7.4 - Prob. 36ECh. 7.4 - Prob. 37ECh. 7.4 - Prob. 38ECh. 7.4 - Let A and B be nonsingular nn matrices. Show that...Ch. 7.4 - Prob. 40ECh. 7.4 - Prob. 41ECh. 7.4 - Let A be an nn matrix and let Q and V be nn...Ch. 7.4 - Prob. 43ECh. 7.4 - Prob. 44ECh. 7.4 - Let A be an mn matrix with singular value...Ch. 7.4 - Let A be a nonsingular nn matrix and let Q be an...Ch. 7.4 - Let A be a symmetric nonsingular nn matrix with...Ch. 7.5 - For each of the following vectors x, find a...Ch. 7.5 - Given x3, define rij=(xi2+xj2)1/2i,j=1,2,3 For...Ch. 7.5 - For each of the given vectors x, find a...Ch. 7.5 - For each of the following, find a Householder...Ch. 7.5 - Prob. 5ECh. 7.5 - Let A=( 1 3 2 1 2 288 2 71) and b=( 11 2 01) Use...Ch. 7.5 - Prob. 7ECh. 7.5 - Prob. 8ECh. 7.5 - Let Hk=I2uuT be a Householder transformation with...Ch. 7.5 - Let QT=GnkG2G1, where each Gi is a Givens...Ch. 7.5 - Prob. 11ECh. 7.5 - Prob. 12ECh. 7.5 - Prob. 13ECh. 7.5 - Let R be an nn plane rotation. What is the value...Ch. 7.5 - Prob. 15ECh. 7.5 - Prob. 16ECh. 7.5 - Prob. 17ECh. 7.6 - Let A=(1111) Apply one iteration of the power...Ch. 7.6 - Let A=(210131012) and u0=(111) Apply the power...Ch. 7.6 - Let A=(12 1 1) and u0=(11) Compute u1,u2,u3, and...Ch. 7.6 - Let A=A1=(1113) Compute A2 and A3, using the QR...Ch. 7.6 - Let A=(522 21 2 3 42) Verify that 1=4 is an...Ch. 7.6 - Let A be an nn matrix with distinct real...Ch. 7.6 - Prob. 7ECh. 7.6 - Prob. 8ECh. 7.6 - Prob. 9ECh. 7.6 - Prob. 10ECh. 7.6 - Prob. 11ECh. 7.6 - Prob. 12ECh. 7.6 - Let R be an nn upper triangular matrix whose...Ch. 7.7 - Prob. 1ECh. 7.7 - Prob. 2ECh. 7.7 - Let A=(10131310),b=( 4222) Use Householder...Ch. 7.7 - Prob. 4ECh. 7.7 - Let A=(1100) where is a small scalar. Determine...Ch. 7.7 - Show that the pseudoinverse A+ satisfies the four...Ch. 7.7 - Prob. 7ECh. 7.7 - Prob. 8ECh. 7.7 - Show that if A is a mn matrix of rank n, then...Ch. 7.7 - Prob. 10ECh. 7.7 - Prob. 11ECh. 7.7 - Let A=(111100) Determine A+ and verify that A and...Ch. 7.7 - Let A=(12 1 2) and b=(6 4) Compute the singular...Ch. 7.7 - Prob. 14ECh. 7.7 - Prob. 15ECh. 7.7 - Prob. 16ECh. 7 - Set A=round(10*rand(6))s=ones(6,1)b=A*s The...Ch. 7 - Prob. 2ECh. 7 - Prob. 3ECh. 7 - Prob. 4ECh. 7 - Prob. 5ECh. 7 - Prob. 6ECh. 7 - Prob. 7ECh. 7 - Prob. 8ECh. 7 - Construct a matrix A as follows: A=diag(11:1:1,1);...Ch. 7 - Prob. 10ECh. 7 - Set x1=(1:5);x2=[1,3,4,5,9];x=[x1;x2] Construct a...Ch. 7 - To plot y=sin(x), we must define vectors of x and...Ch. 7 - Let A=(452452036036) Enter the matrix A in MATLAB...Ch. 7 - Set A=round(10*rand(10,5)) and s=svd(A) Use MATLAB...Ch. 7 - Prob. 15ECh. 7 - Prob. 16ECh. 7 - Prob. 17ECh. 7 - Prob. 18ECh. 7 - Prob. 19ECh. 7 - Prob. 1CTACh. 7 - Prob. 2CTACh. 7 - If A is a nonsingular matrix and a numerically...Ch. 7 - If A is a symmetric matrix and a numerically...Ch. 7 - Prob. 5CTACh. 7 - Prob. 6CTACh. 7 - If A is a symmetric matrix, then A1=A.Ch. 7 - Prob. 8CTACh. 7 - Prob. 9CTACh. 7 - Prob. 10CTACh. 7 - Prob. 1CTBCh. 7 - Let A=(236448134)b=(304)c=(182) Use Gaussian...Ch. 7 - Prob. 3CTBCh. 7 - Prob. 4CTBCh. 7 - Let A be a 1010 matrix with cond(A)=5106 . Suppose...Ch. 7 - Prob. 6CTBCh. 7 - Prob. 7CTBCh. 7 - Prob. 8CTBCh. 7 - Let A=(524524360360) and b=(51 19) The singular...Ch. 7 - Prob. 10CTB

Additional Math Textbook Solutions

Find more solutions based on key concepts
Knowledge Booster
Background pattern image
Algebra
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, algebra and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Text book image
Trigonometry (MindTap Course List)
Trigonometry
ISBN:9781337278461
Author:Ron Larson
Publisher:Cengage Learning
Text book image
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Vector Components and Projections in 3-Dimensions; Author: turksvids;https://www.youtube.com/watch?v=DfIsa7ArxSo;License: Standard YouTube License, CC-BY
Linear Algebra 6.2.2 Orthogonal Projections; Author: Kimberly Brehm;https://www.youtube.com/watch?v=fqbwErsP8Xw;License: Standard YouTube License, CC-BY