Message Boards Message Boards

Error using NDSolve

Posted 22 days ago

This is my code: enter image description here

An error pops up to say "Equation or list of equations expected instead of True in the first argument"

Why and how do I fix this?

POSTED BY: J McDonald
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. Posting code Images doesn't help other members to copy your code. Please next time 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]

You can also embed notebook or attach notebook.

enter image description here

POSTED BY: Moderation Team

You had probably defined B[0] = 0, which interferes with the evaluation. Just Clear[B] and try again.

POSTED BY: Gianluca Gorni
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