Question

The work should be done using MATLAB 4. Vector Fields Show the vector fields for the...

The work should be done using MATLAB

4. Vector Fields

Show the vector fields for the following (on separate graphs) and include these graphs in your project:

F = < -y, x>

G = < x,y>

H = < 0, x>

K = < 2x-y, 0>

L = <y,ex>

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Using Stoke's Thm, find the work done by the vector field F(x, y, z) = 〈z,...
Using Stoke's Thm, find the work done by the vector field F(x, y, z) = 〈z, x, y〉, that moves an object along the triangle with vertices P(1, 0, 0), Q(0, 1, 0), R(0, 0, 1), in a counterclockwise manner, starting and ending at P.
1 point) Find the work done by F along different paths between (1,0,1) and (1,1,0). You...
1 point) Find the work done by F along different paths between (1,0,1) and (1,1,0). You might simplify your computation by writing F=G+H=∇g+H, so that you have a decomposition ofFF into a conservative vector field and a simpler non-conservative vector field. F=〈e^(yz)+2y, xze^(yz)+zcos(y)−3z, xye^(yz)+sin(y)−2x〉 (a) The path is the straight line path between those two points. (Hint: the answer is not 2, 4, or 0.) Work is  . (b) The path consists of the line segment from (1,0,1) to the origin,...
using matlab Write your own routine for Gaussian elimination without any pivoting. Input for the routine...
using matlab Write your own routine for Gaussian elimination without any pivoting. Input for the routine should consist of the number (n) of equations and the augmented matrix. Output should be the vector solution of the system. Test your code by using it to solve the following two problems: a) x + y + w + z = 10, 2x + 3y + w + 5z = 31, −x + y − 5w + 3z = −2, 3x + y...
For each of the following vector fields F , decide whether it is conservative or not...
For each of the following vector fields F , decide whether it is conservative or not by computing curl F . Type in a potential function f (that is, ∇f=F∇f=F ). If it is not conservative, type N. A. F(x,y)=(−10x+3y)i+(3x+10y)jF(x,y)=(−10x+3y)i+(3x+10y)j f(x,y)=f(x,y)= B. F(x,y)=−5yi−4xjF(x,y)=−5yi−4xj f(x,y)=f(x,y)= C. F(x,y,z)=−5xi−4yj+kF(x,y,z)=−5xi−4yj+k f(x,y,z)=f(x,y,z)= D. F(x,y)=(−5siny)i+(6y−5xcosy)jF(x,y)=(−5sin⁡y)i+(6y−5xcos⁡y)j f(x,y)=f(x,y)= E. F(x,y,z)=−5x2i+3y2j+5z2kF(x,y,z)=−5x2i+3y2j+5z2k f(x,y,z)=f(x,y,z)= Note: Your answers should be either expressions of x, y and z (e.g. "3xy + 2yz"), or the letter "N"
(3)If H(x, y) = x^2 y^4 + x^4 y^2 + 3x^2 y^2 + 1, show that...
(3)If H(x, y) = x^2 y^4 + x^4 y^2 + 3x^2 y^2 + 1, show that H(x, y) ≥ 0 for all (x, y). Hint: find the minimum value of H. (4) Let f(x, y) = (y − x^2 ) (y − 2x^2 ). Show that the origin is a critical point for f which is a saddle point, even though on any line through the origin, f has a local minimum at (0, 0)
Show work/reason for answer if possible Q4. An insurance company offers its policyholders a number of...
Show work/reason for answer if possible Q4. An insurance company offers its policyholders a number of different premium payment options. For a randomly selected policyholder, let X = the number of months between successive payments. The CDF of X is given as follows: F[x]= 0      x<2 0,2    2<=x<4 0,4    4<=x<=6 1        x>=6 Also let Y = Min [2X+1, 6] Which one of the following is not true? Hint: Find the PMF of X first, then PMF of Y....
Using Matlab to obtain the output squence that results when you use k(n) = cos(pi*n/4) as...
Using Matlab to obtain the output squence that results when you use k(n) = cos(pi*n/4) as the input. y(n) = x(n) + 2x(n-1) + x(n-2) + 0.8y(n-1) - 0.64y(n-2) Plot (stem) the resulting output. n=255 Amplitude? Was the signal amplified through the system? By how much?
Show work/reason for answer if possible 5. Consider X~ Normal (7, 32) independent of Y~ Normal...
Show work/reason for answer if possible 5. Consider X~ Normal (7, 32) independent of Y~ Normal (5, 22). Which one of the following statements is not true? A) E(X -Y) = 2 B) E(2X –Y+3) = 12 C) V(X +Y) = 32 +22 D) V(X -Y) = 32 +22 E) X+Y still a normal random variable F) X -Y still a normal random variable G) 3X is still a normal random variable H) 3X+5 is still a normal random variable...
Using MATLAB The range of an object shot at an angle θ (with respect to x-axis),...
Using MATLAB The range of an object shot at an angle θ (with respect to x-axis), with the initial velocity of V0 (in the absence of air resistance), is calculated by the following formula: range=(Vo^2/g)(sin(2theta)) where (0<=theta<=pi/2) And the trajectory of object is given by:     h=tan(theta).x-(g/2Vo^2*cos^2(theta)).x^2 .Where h is the height of the object at each x location and g = 9.81 m/s2. a) Using π/8 increment size for the angle and V0 = 10 m/s, plot the trajectories of...
I'm having some troubles understanding what needs to be done in Simulink in MatLab. System 1:...
I'm having some troubles understanding what needs to be done in Simulink in MatLab. System 1:    y[k]−1.3y[k−1] + 0.4y[k−2] = x[k]. Transfer Function: (z^2) / (z^2)-1.3(z)+0.4 System 2:    y[k]−1.8y[k−1] = c[k] + x[k]    (2a) c[k] = αy[k−1] (2b) Transfer Function: (z) / [(z)- (1.8+ a)] 1. Realize system (1) through transfer function block. 2. Realize system (1) through cascade connection of two first order systems. 3. Realize system (1) through parallel connection of two first order systems....
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT