Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database In Depth Relational Theory For Practitioners

Authors: C.J. Date

1st Edition

0596100124, 978-0596100124

More Books

Students also viewed these Databases questions