Question: AIT Math Assessment 2/7/2020 The code below is shown. Explain in one complete sentence what the code does. The artificial intelligence system below will check
AIT Math Assessment 2/7/2020 The code below is shown. Explain in one complete sentence what the code does. The artificial intelligence system below will check your answer before you type it into the submitted answer box below. (If the demo doesn't work, try this website: https://www.wolframcloud.com/objects/c39f8b1f-75b8-4045-85b2. a7701b9f7d05) % A cannonball is fired from the edge of a cliff. theta - 40pi/180; % angle of fire vo - 223: % initial velocity g-9.81; % gravity yo - 74: % initial height tland - v0*cos(theta)*((tan(theta)+sqrt((tan(theta)2+(2*g*yoy((vo) 2*(cos(theta) 2))g): % landing time a--8/(2*(0)^2* (cos(theta) 2); b=tan(theta); c-yo; xland -(-b-sqrt{b^2-4*a*c)/(2*a); xvertex --b/(2*a); yvertex = c-b 2/(4*a); t-0:0.01.tland; x=v0*t*cos(theta); y=-1/2*g*t. 2+v0*t*sin(theta)+yo; plot(x,y,'b',xland,0,'s*',xvertex,yvertex,'*'xzeros(length(x)),'k-")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
