Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.2K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Plot is blank

Posted 5 years ago

I'm not sure what I am missing, but nothing I try will get the program to display a graph for me. Please let me know if you find a mistake or something I need to fix. Thank you!

Attachment

Attachment

Attachments:
POSTED BY: Ryan Hwang
2 Replies

Welcome to Wolfram Community! Please make sure you know the rules: https://wolfr.am/READ-1ST

The rules explain how to format your code properly. Images don't help other members to copy your code. Please EDIT your post and make sure code blocks start on a new paragraph and look framed and colored like this.

int = Integrate[1/(x^3 - 1), x];
Map[Framed, int, Infinity]

enter image description here

POSTED BY: EDITORIAL BOARD
Posted 5 years ago

Hi Ryan,

Please post code, not images.

The definition of the function planck does not use the T argument, so pSun, pSirius, pLHS are identical. Fix that first.

To generate a plot, lambda has to have a numeric value over a range. What is that range? Maybe you want

Plot[pSun, {lambda, 0., 0.00001}]
POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard