Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exploration 3.6. Instead of accepting the default coloring of the 3D plot, we can color-code it by the imaginary part of the function. The following

image text in transcribed
Exploration 3.6. Instead of accepting the default coloring of the 3D plot, we can color-code it by the imaginary part of the function. The following code does that. coolColor[z_, 0_]:= RGB Colorf(7-2)/10, 1-(7 - Zy10,-8, 0] Plot3D(Re@f[x + 1 y). {X-5, 5}, {y. -5,5), ColorFunction -> Function[{x, y, z, coolColorfm@f(x + y), .8]]] We now want to see where the real part of the function is zero (O). The following program adds to the plot a flat 0-plane. Be very careful in typing the definition of showFun, as the syntax is inflexible. showFun[xmin_, xmax_, ymin_, ymax_] := Show[Plot3D [Re@flx + y). {x, xmin, xmax}, {y, ymin, ymax}. ColorFunction -> Function[{x, y, z), coolColor[Im@fun[x + ly]..8]]. Plot3D(0, {x, xmin, xmax}, {y, ymin, ymax). ColorFunction -> Function[{x, y, z), coolColor(0, 8]]] showFun(-5, 5, -5,5) Can you tell from this plot what complex numbers (approximately) yield the output 0 for the function? Exploration 3.7: Experiment with 3DPlot. (1) Using the techniques in the previous two Explorations, plot the imaginary portion of the output of the function along with the flat O-plane. (2) Combine the Real and Imaginary and O-plane plots in one display. Exploration 3.6. Instead of accepting the default coloring of the 3D plot, we can color-code it by the imaginary part of the function. The following code does that. coolColor[z_, 0_]:= RGB Colorf(7-2)/10, 1-(7 - Zy10,-8, 0] Plot3D(Re@f[x + 1 y). {X-5, 5}, {y. -5,5), ColorFunction -> Function[{x, y, z, coolColorfm@f(x + y), .8]]] We now want to see where the real part of the function is zero (O). The following program adds to the plot a flat 0-plane. Be very careful in typing the definition of showFun, as the syntax is inflexible. showFun[xmin_, xmax_, ymin_, ymax_] := Show[Plot3D [Re@flx + y). {x, xmin, xmax}, {y, ymin, ymax}. ColorFunction -> Function[{x, y, z), coolColor[Im@fun[x + ly]..8]]. Plot3D(0, {x, xmin, xmax}, {y, ymin, ymax). ColorFunction -> Function[{x, y, z), coolColor(0, 8]]] showFun(-5, 5, -5,5) Can you tell from this plot what complex numbers (approximately) yield the output 0 for the function? Exploration 3.7: Experiment with 3DPlot. (1) Using the techniques in the previous two Explorations, plot the imaginary portion of the output of the function along with the flat O-plane. (2) Combine the Real and Imaginary and O-plane plots in one display

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 Oracle Solaris 11 System Administration

Authors: Bill Calkins

1st Edition

0133007170, 9780133007176

More Books

Students also viewed these Databases questions

Question

=+How might these stem from country and regional cultures?

Answered: 1 week ago