Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 2 ( 3 0 point ) Consider f ( x 1 , x 2 ) = ? 0 . 5 x 1 x 2

Problem 2(30 point) Consider f(x1, x2)=?0.5x1x2+0.2 cos(x1)0.2x220.5x2+0.1?(i)10 point Show that the above function has a unique fixed point on [0,1]\times [0,1]. Also, show that the fixed point iteration converges to the fixed point of f. You need to use the theorems discussed in class. (ii)10 point Construct the MATLAB code to find the fixed point via the fixed-point iteration (Picard iteration).(iii)10 point Iterative your algorithm for two times when the initial condition is ?0.10.2?. Note that ?x1 x2?=?0.2020.06? is the fixed point of the above equation. Find the absolute and relative errors between your iteration and ?x1 x2?=?0.2020.06?. Solution: (i) the function does not hold f : [0,1]\times [0,1]->[0,1]\times [0,1] In fact, when f(0,0)=?0.20.2?. The differentiation of f holds |f(x1, x2)|<1,(x1, x2)\times [0,1]\times [0,1] The initial condition holds x0 in [0,1]\times [0,1].(ii) MATLAB codes (iii) simple computation

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

1 2 3 Data Base Techniques

Authors: Dick Andersen

1st Edition

0880223464, 978-0880223461

More Books

Students also viewed these Databases questions