Write a function that returns the area of the triangle formed by the vectors u-[2 3 4] and v=[1-3-1] A Function 1 function y Area Triangle(u, v) 2 3% for the cross product you can use the command "cross" 4y=; 7 end Code to call your function Save 14-1 2 V-1 3% recall the function now to find the area of the triangle formed by the vectors u-[2 3 4] and v-[131]

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.4: Arrays As Arguments
Problem 1E
icon
Related questions
Question

Don't copy paste plx

Write a function that returns the area of the triangle formed by the vectors u-[2 3 4] and v=[1-3-1]
A
ux
Function
1 function y Area Triangle(u, v)
2
3% for the cross product you can use the command "cross"
4y=;
5
6
7 end
Code to call your function >
Save
1U;
G
% recall the function now to find the area of the triangle formed by the vectors u-[2 3 4] and v-[131]
Transcribed Image Text:Write a function that returns the area of the triangle formed by the vectors u-[2 3 4] and v=[1-3-1] A ux Function 1 function y Area Triangle(u, v) 2 3% for the cross product you can use the command "cross" 4y=; 5 6 7 end Code to call your function > Save 1U; G % recall the function now to find the area of the triangle formed by the vectors u-[2 3 4] and v-[131]
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Types of Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr