Skip to main content
deleted 2 characters in body
Source Link
Ulrich Neumann
  • 61.8k
  • 2
  • 30
  • 66

Assuming we have to plot Log[Abs[h[v]]] (Thanks @user64494 's comment)

Try DensityPlotand Plot3D:

DensityPlot[Evaluate@Log[Abs[h[vre + I vim]]], {vre, 0, 10},{vim, -10, 0 },ColorFunction -> Hue, ColorFunctionScaling -> False] 

enter image description here

Plot3D[Evaluate@Log[Abs[h[vre + I vim]]], {vre, 0, 10}, {vim,-10,0 }, AxesLabel -> {"Re[v]", "Im[v]", "Log[Abs[h[v ]]]"},ColorFunction -> Hue, MeshFunctions -> {#3 &}] 

enter image description hereenter image description here

Assuming we have to plot Log[Abs[h[v]]] (Thanks @user64494 's comment)

Try DensityPlotand Plot3D:

DensityPlot[Evaluate@Log[Abs[h[vre + I vim]]], {vre, 0, 10},{vim, -10, 0 },ColorFunction -> Hue, ColorFunctionScaling -> False] 

enter image description here

Plot3D[Evaluate@Log[Abs[h[vre + I vim]]], {vre, 0, 10}, {vim,-10,0 }, AxesLabel -> {"Re[v]", "Im[v]", "Log[Abs[h[v ]]]"},ColorFunction -> Hue, MeshFunctions -> {#3 &}] 

enter image description here

Assuming we have to plot Log[Abs[h[v]]] (Thanks @user64494 's comment)

Try DensityPlotand Plot3D:

DensityPlot[Evaluate@Log[Abs[h[vre + I vim]]], {vre, 0, 10},{vim, -10, 0 },ColorFunction -> Hue, ColorFunctionScaling -> False] 

enter image description here

Plot3D[Evaluate@Log[Abs[h[vre + I vim]]], {vre, 0, 10}, {vim,-10,0 }, AxesLabel -> {"Re[v]", "Im[v]", "Log[Abs[h[v ]]]"},ColorFunction -> Hue, MeshFunctions -> {#3 &}] 

enter image description here

added 74 characters in body
Source Link
Ulrich Neumann
  • 61.8k
  • 2
  • 30
  • 66

Assuming we have to plot Log[Abs[h[v]]] (Thanks @user64494 's comment)

Try DensityPlotand Plot3D:

DensityPlot[Evaluate@Abs[Log[h[vreDensityPlot[Evaluate@Log[Abs[h[vre + I vim]]], {vre, 0, 10},{vim, -10, 0 },ColorFunction -> Hue, ColorFunctionScaling -> False] 

enter image description hereenter image description here

Plot3D[Evaluate@Abs[Log[h[vrePlot3D[Evaluate@Log[Abs[h[vre + I vim]]], {vre, 0, 10}, {vim,-10,0 }, AxesLabel -> {"Re[v]", "Im[v]", "Abs[Log[h[v"Log[Abs[h[v ]]]"},ColorFunction -> Hue, MeshFunctions -> {#3 &}] 

enter image description hereenter image description here

Try DensityPlotand Plot3D:

DensityPlot[Evaluate@Abs[Log[h[vre + I vim]]], {vre, 0, 10},{vim, -10, 0 },ColorFunction -> Hue, ColorFunctionScaling -> False] 

enter image description here

Plot3D[Evaluate@Abs[Log[h[vre + I vim]]], {vre, 0, 10}, {vim,-10,0 }, AxesLabel -> {"Re[v]", "Im[v]", "Abs[Log[h[v ]]]"},ColorFunction -> Hue, MeshFunctions -> {#3 &}] 

enter image description here

Assuming we have to plot Log[Abs[h[v]]] (Thanks @user64494 's comment)

Try DensityPlotand Plot3D:

DensityPlot[Evaluate@Log[Abs[h[vre + I vim]]], {vre, 0, 10},{vim, -10, 0 },ColorFunction -> Hue, ColorFunctionScaling -> False] 

enter image description here

Plot3D[Evaluate@Log[Abs[h[vre + I vim]]], {vre, 0, 10}, {vim,-10,0 }, AxesLabel -> {"Re[v]", "Im[v]", "Log[Abs[h[v ]]]"},ColorFunction -> Hue, MeshFunctions -> {#3 &}] 

enter image description here

added 251 characters in body
Source Link
Ulrich Neumann
  • 61.8k
  • 2
  • 30
  • 66

Try DensityPlotand Plot3D:

DensityPlot[Evaluate@Abs[Log[h[vre + I vim]]], {vre, 0, 10},{vim, -10, 0 },ColorFunction -> Hue, ColorFunctionScaling -> False] 

enter image description here

Plot3D[Evaluate@Abs[Log[h[vre + I vim]]], {vre, 0, 10}, {vim,-10,0 }, AxesLabel -> {"Re[v]", "Im[v]", "Abs[Log[h[v ]]]"},ColorFunction -> Hue, MeshFunctions -> {#3 &}] 

enter image description here

Try

Plot3D[Evaluate@Abs[Log[h[vre + I vim]]], {vre, 0, 10}, {vim,-10,0 }, AxesLabel -> {"Re[v]", "Im[v]", "Abs[Log[h[v ]]]"},ColorFunction -> Hue, MeshFunctions -> {#3 &}] 

enter image description here

Try DensityPlotand Plot3D:

DensityPlot[Evaluate@Abs[Log[h[vre + I vim]]], {vre, 0, 10},{vim, -10, 0 },ColorFunction -> Hue, ColorFunctionScaling -> False] 

enter image description here

Plot3D[Evaluate@Abs[Log[h[vre + I vim]]], {vre, 0, 10}, {vim,-10,0 }, AxesLabel -> {"Re[v]", "Im[v]", "Abs[Log[h[v ]]]"},ColorFunction -> Hue, MeshFunctions -> {#3 &}] 

enter image description here

Source Link
Ulrich Neumann
  • 61.8k
  • 2
  • 30
  • 66
Loading