![Advanced Engineering Mathematics](https://www.bartleby.com/isbn_cover_images/9780470458365/9780470458365_smallCoverImage.gif)
Advanced Engineering Mathematics
10th Edition
ISBN: 9780470458365
Author: Erwin Kreyszig
Publisher: Wiley, John & Sons, Incorporated
expand_more
expand_more
format_list_bulleted
Question
![3.6 MATLAB: Cross Product
469300.2530644.qx3zqy7
LAB
ACTIVITY
3.6.1: MATLAB: Cross Product
MATLAB: Cross Product
This tool is provided by a third party. Though your activity may be
recorded, a page refresh may be needed to fill the banner.
%In this activity you will find the cross product of two vectors in 3-space and apply appropriate
%MATLAB commands to find the area of a parallelepiped (cross(), dot(), and abs()).
%Recall that a vector is an ordered n-tuple which may be represented as a row or column vector.
%Define the three vectors u=[3, 2, 1], v=[-1, 3, 0], and w=[2, 2, 5].
u = [3 2 1]
v = [-1 3 0]
w = [2 2 5]
%Use the cross () command to find the cross product of vectors v and w. The cross product is only
%defined for vectors in 3-space.
ans1 = cross (V,W)
%The volume of a parallelepiped determined by three vectors is the absolute value of the scalar
%triple product of the three vectors. The abs() command finds the absolute value of its argument.
%Find the volume of the parallelepiped defined by u, v, and w.
ans2 = abs(dot (u, cross (v,w)))
0/1](https://content.bartleby.com/qna-images/question/890c6b0c-7e00-4a6b-b4b4-edad67d73083/706aa358-6137-4578-9fa9-113c05024199/14rw4m7_thumbnail.png)
Transcribed Image Text:3.6 MATLAB: Cross Product
469300.2530644.qx3zqy7
LAB
ACTIVITY
3.6.1: MATLAB: Cross Product
MATLAB: Cross Product
This tool is provided by a third party. Though your activity may be
recorded, a page refresh may be needed to fill the banner.
%In this activity you will find the cross product of two vectors in 3-space and apply appropriate
%MATLAB commands to find the area of a parallelepiped (cross(), dot(), and abs()).
%Recall that a vector is an ordered n-tuple which may be represented as a row or column vector.
%Define the three vectors u=[3, 2, 1], v=[-1, 3, 0], and w=[2, 2, 5].
u = [3 2 1]
v = [-1 3 0]
w = [2 2 5]
%Use the cross () command to find the cross product of vectors v and w. The cross product is only
%defined for vectors in 3-space.
ans1 = cross (V,W)
%The volume of a parallelepiped determined by three vectors is the absolute value of the scalar
%triple product of the three vectors. The abs() command finds the absolute value of its argument.
%Find the volume of the parallelepiped defined by u, v, and w.
ans2 = abs(dot (u, cross (v,w)))
0/1
Expert Solution
![Check Mark](/static/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 2 steps
![Blurred answer](/static/blurred-answer.jpg)
Knowledge Booster
Similar questions
- 5 Find the vector form fer the geverat solution to the system of equotins. メ、* X,+ ZXs - Xy - Xe= -8 3x, - 3x2 + X3 -2xq - Xg = -7 X3 + 3xy-10x5 =19 %3Darrow_forwardWhat should we do when we have (imperfect) multicollinearity? Drop some of the independent variables. Add more independent variables in order to reduce multicollinearity. Consider testing whether the highly collinear variables are jointly significant. O Ignore it no matter what.arrow_forwardfind the components of the vector P1P2. (a) P1(3,5) P2(2,8)arrow_forward
- Hello. Please answer the attached Linear Algebra question correctly and completely. Please show all of your work. *If you answer the question correctly and show all of your work, I will give you a thumbs up. Thanks.arrow_forwardFind the stable vector of 2 3 %3D 2 7 N5 57arrow_forwardGiven the regression equation in 2 forms: (1) yi = B0 + B1xi + ui; (2) yi = xB + ui (where x and B in the 2nd equation are vectors). And both equations are the same. Does vector x = [1 x1] or [x1] (row vector)? Vector B = [B0; B1] (column vector)? Doesarrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Advanced Engineering MathematicsAdvanced MathISBN:9780470458365Author:Erwin KreyszigPublisher:Wiley, John & Sons, IncorporatedNumerical Methods for EngineersAdvanced MathISBN:9780073397924Author:Steven C. Chapra Dr., Raymond P. CanalePublisher:McGraw-Hill EducationIntroductory Mathematics for Engineering Applicat...Advanced MathISBN:9781118141809Author:Nathan KlingbeilPublisher:WILEY
- Mathematics For Machine TechnologyAdvanced MathISBN:9781337798310Author:Peterson, John.Publisher:Cengage Learning,
![Text book image](https://www.bartleby.com/isbn_cover_images/9780470458365/9780470458365_smallCoverImage.gif)
Advanced Engineering Mathematics
Advanced Math
ISBN:9780470458365
Author:Erwin Kreyszig
Publisher:Wiley, John & Sons, Incorporated
![Text book image](https://www.bartleby.com/isbn_cover_images/9780073397924/9780073397924_smallCoverImage.gif)
Numerical Methods for Engineers
Advanced Math
ISBN:9780073397924
Author:Steven C. Chapra Dr., Raymond P. Canale
Publisher:McGraw-Hill Education
![Text book image](https://www.bartleby.com/isbn_cover_images/9781118141809/9781118141809_smallCoverImage.gif)
Introductory Mathematics for Engineering Applicat...
Advanced Math
ISBN:9781118141809
Author:Nathan Klingbeil
Publisher:WILEY
![Text book image](https://www.bartleby.com/isbn_cover_images/9781337798310/9781337798310_smallCoverImage.jpg)
Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,
![Text book image](https://www.bartleby.com/isbn_cover_images/9780134437705/9780134437705_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9780134689517/9780134689517_smallCoverImage.gif)