Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 2. Let u(x,y)=xex2y2 denote the temperature distribution over the square [2,2][2,2]. a) Run the following MatLab code on you computer and determine the points

image text in transcribed
Problem 2. Let u(x,y)=xex2y2 denote the temperature distribution over the square [2,2][2,2]. a) Run the following MatLab code on you computer and determine the points with maximum and minimum temperature [x,y]= meshgrid (2:0.2:2); u=x,exp(x,2y,2); surf(x,y,u); vieu(2); axis equal; shading interp; colormap jet b) Solve the system u=0 and verify the solution with part a). c) The following MatLab code shows the gradient of u and the contours (level curves) of you [x,y]= meshgrid (2:0.2:2); u=x,exp(x,2y,2); [ux, uy] =gradient(u); contour (x,y,u); hold on quiver ( x,y,ux,uy) Find the equations of the curves that orthogonal to the vector field u (the equations of level curves). d) Find curves y=f(x) such that the derivative of u along the curves satisfies the following condition dxdu=2xu Problem 2. Let u(x,y)=xex2y2 denote the temperature distribution over the square [2,2][2,2]. a) Run the following MatLab code on you computer and determine the points with maximum and minimum temperature [x,y]= meshgrid (2:0.2:2); u=x,exp(x,2y,2); surf(x,y,u); vieu(2); axis equal; shading interp; colormap jet b) Solve the system u=0 and verify the solution with part a). c) The following MatLab code shows the gradient of u and the contours (level curves) of you [x,y]= meshgrid (2:0.2:2); u=x,exp(x,2y,2); [ux, uy] =gradient(u); contour (x,y,u); hold on quiver ( x,y,ux,uy) Find the equations of the curves that orthogonal to the vector field u (the equations of level curves). d) Find curves y=f(x) such that the derivative of u along the curves satisfies the following condition dxdu=2xu

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

Finance For Non Financial Managers

Authors: Gene Siciliano

1st Edition

0071413774, 978-0071413770

More Books

Students also viewed these Finance questions

Question

c. What were the reasons for their move? Did they come voluntarily?

Answered: 1 week ago

Question

5. How do economic situations affect intergroup relations?

Answered: 1 week ago