Group Abstract Group Abstract

Message Boards Message Boards

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

[?] Integrate[Sin[x Pi n] Sin[x Pi m], {x,0,1}] for m=n ?

Attachments:
POSTED BY: Ulrich Mutze
4 Replies

Also, your sol2 seems to use the assumptions after the actual integration. This seems to work better:

Integrate[Sin[n*Pi*x]*Sin[m*Pi*x], {x, 0, 1}, Assumptions -> {m \[Element] Integers, n \[Element] Integers, m == n}]
POSTED BY: Marco Thiel

This is largely a duplicate of a thread from last year.

POSTED BY: Daniel Lichtblau
POSTED BY: Ilian Gachevski
POSTED BY: Ulrich Mutze
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard