Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 Jan 2018 In this laboratory you will implement an N-R solution to solve a non-linear function. Recall the idealised equation governing the velocity of

image text in transcribed
1 Jan 2018 In this laboratory you will implement an N-R solution to solve a non-linear function. Recall the idealised equation governing the velocity of the falling parachutist, given a velocity of 0 m/s at t = 0. r(t) = m [1-exp(-ct/m)] Write a matlab program that implements the method of N-R to solve for the drag e which results in a velocity of 40m/s after 10s for a mass of 68.1 kg and a gravitational constant of 9.81ms 2. Your program should satisfy the following con- straints 1. Start from an initial estimate (o = 5 2. Terminate your iterations when either more than 20 itera- tions have been performed or len -l0.01 3. At the end of your code. plot a graph of the estimates ca Vs iteration, label axes and use a linewidth of 3. Your final plot should look something like the figure shown

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

Contemporary Issues In Database Design And Information Systems Development

Authors: Keng Siau

1st Edition

1599042894, 978-1599042893

More Books

Students also viewed these Databases questions