Answered step by step
Verified Expert Solution
Question
1 Approved Answer
HW4P3 (Element-by-Element Operations) (25 points): In your script file, create vectors U and v. Using U and/or V, create the remaining vectors using element-by-element operations.
HW4P3 (Element-by-Element Operations) (25 points): In your script file, create vectors U and v. Using U and/or V, create the remaining vectors using element-by-element operations. Variable Equations Values -5 5 0 -3125 -4 4 0 256 -3 3 0 -27 -2 2 0 4 [0 0 0 0 [(-5)5 (-4)+(-3) (-2)] 1-5-4-3-21 -2.2361 -2.0000 -1 -1.7321 -1.4142 -1 -1 -1 [-1-1-1-1 1-1-1-1-11 5 4 3 2 [20 1262] -0.2000 -0.2500 -0.3333 -0.5000 2012 6 2 Create vectors x and y. Using x and y, create z using element-by-element operations. Variable Equations y z 0.5000 0.8000 -0.0622 Values 1.0000 1.5000 2.0000 2.5000 1.6000 2.4000 3.2000 4.0000 5.5981 13.5494 23.5926 35.9429 xyey/x - Vx+y3 + 8.5 Create vector Vol containing volumes of a sphere. Use Vol to calculate the radius and surface area using element-by-element operations. Equations Variable Vol Values 2000 2500 3000 3500 4000 1000 1500 Rad 6.2035 7.1012 7.8159 8.4195 8.947 9.4187 9.8475 SA S = 4r2 483.6 633.69 767.66 890.79 1005.9 1114.8 1218.6 Your final script file must contain at least the following variables: U, V, A, B, C, D, E, F x,y,z, Vol, Rad, and SA. Script file grading rubric: For variables U, V, x, y, and Vol: 1 point for correct variable name and storing the correct answer For variables A, B, C, D, E, F, and SA: o 1 point for correct variable name o 1 point for storing the correct answer For variable x and Rad: o 1 point for correct variable name o 2 points for storing the correct
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started