Message Boards Message Boards

0
|
515 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How to make plot for this equation

Posted 4 months ago

Hi! I try to make plot for this equation : enter image description here With this numerical example : enter image description here I try to input in in mathematica software but the plot did not show up. Is there anything wrong with my code?

Attachments:
POSTED BY: Icebear 54
2 Replies
Posted 4 months ago

If you do not put a space between L and V and between V and t then Mathematica thinks that you have a new variable named LVt

f[θ_]:=w(Log[θ]/Log[2])^2+2 L V t^(Log[θ]/Log[2])/(2-p)
(*or*)
f[θ_]:=w(Logθ]/Log[2])^2+2 L*V*t^(Log[θ]/Log[2])/(2-p)
POSTED BY: Bill Nelson
Posted 4 months ago

You are right, it work now! Thank you so much

POSTED BY: Icebear 54
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