Message Boards Message Boards

0
|
114 Views
|
4 Replies
|
4 Total Likes
View groups...
Share
Share this post:

ListPlot3D output is empty?

Posted 3 days ago

Dear All,

(This is a math problem. Solving an equation)

How do I draw the graph of the function so that it looks like the attached image and is not hollow?

enter image description here

POSTED BY: Sami Heidari
4 Replies
Posted 2 days ago

Much obliged.

POSTED BY: Sami Heidari
Posted 2 days ago

You are absolutely right.

POSTED BY: Sami Heidari

Sami,

Exp is a function, not a constant - so, instead of

Exp^(-(1/98) I (59509 t - 14 x))

you probably want:

Exp[(-(1/98) I (59509 t - 14 x))]
POSTED BY: Henrik Schachner
Posted 2 days ago

The function name Exp raised to a power does not make much sense. Use the base of the natural logarithm instead:

dataur=Table[7 Sqrt[15] E^(-(1/98) I (59509 t-14 x)) Tan[1/2 Sqrt[15] (-3-(59517 t)/98+3 x)],{t,-50,50,0.5},{x,-50,50,0.5}];

ListPlot3D[Abs@dataur,
  Mesh->4,InterpolationOrder->2,ColorFunction->"Rainbow",PlotLabel->"q(x,t)",
  PlotRange->Automatic,DataRange->{{-50,50},{-50,50}},AxesLabel->{"t","x",None}
]
POSTED BY: Hans Milton
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract