Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SOLVE Q 4 ONLY, Please. should be solved using Matlab ( or Octave Online ) . 3 . Write a program to estimate the root

SOLVE Q4 ONLY, Please. should be solved using Matlab (or Octave Online).3. Write a program to estimate the root of f(c) using the false-position method and generate a table similar to the one shown below. Repeat iterations until the approximate error becomes less than 0.5%.[10%] f(c)=667.38/c(1-e^-0.146843 c)-404. Repeat exercise 3 using the Secant method. Repeat iterations until the approximate error becomes less than 0.1%.[10%] a. Which method is better? Secant or False-position?Write a program to find the integral of f(x) using multiple application of the
Simpson's 13 rule and generate the table and graph shown below: [20%]
f(x)=0.2+25x-200x2+675x3-900x4+400x5
I=00.8f(x)dx
[n,h,I rel. err.
1,0.80000000000000,0.36266666666674,0.77893368010399
4,0.20000000000000,1.62346666666667,0.01040312093628
16,0.05000000000000,1.64046666666666,0.00004063719116
64,0.01250000000000,1.64053307291667,0.00000015873903
256,0.00312500000000,1.64053333231607,0.00000000062008
1024,0.00078125000000,1.64053333332939,0.00000000000241
4096,0.00019531250000,1.64053333333319,0.00000000000009
16384,0.00004882812500,1.64053333333385,0.00000000000031]
image text in transcribed

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

Advanced MySQL 8 Discover The Full Potential Of MySQL And Ensure High Performance Of Your Database

Authors: Eric Vanier ,Birju Shah ,Tejaswi Malepati

1st Edition

1788834445, 978-1788834445

More Books

Students also viewed these Databases questions

Question

What is the purpose of the report?

Answered: 1 week ago