Message Boards Message Boards

Plot for a solution of the following equation?

Posted 6 years ago

I have run a command of Plot for a solution of an equation. However, the graph is always empty. I don't know what's wrong with my code. Could anyone help me to figure it out? My code is following:

enter image description here

Attachments:
POSTED BY: Tim Zhang
2 Replies

I think your integrals are simply too complicated. I changed your integrations to numerical integrations and get a plot. (Note that my (old) system doesn't know DSolveValue). I assume the small tickles in the plot are due to anumerical errors. But it doesn't help to increase the working precision? Has anybody an idea about that? Or the wiggles are really there.....?

Attachments:
POSTED BY: Hans Dolhaine

Please make sure you know the rules: https://wolfr.am/READ-1ST

Do not duplicate discussions.

The rules explain how to format your code properly. If you do not format code, it may become corrupted and useless to other members. Please EDIT your posts 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: Moderation Team
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