Group Abstract Group Abstract

Message Boards Message Boards

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

How to use Real in DSolve?

Posted 9 years ago
POSTED BY: shaked rozen
2 Replies

If by Real you meant the real part of a complex number, Mathematica gives a symbolic solution this way:

DSolve[r'[t] == Re[F d[t]] + C r[t], r[t], t]
POSTED BY: Gianluca Gorni
Posted 9 years ago

Real[] is used within Mathematica to indicate that the argument is a real constant.

Re[] is used to extract the real part of a potentially complex value. Is that perhaps more what you are looking for?

C is a reserved name within Mathematica. In rare cases it is possible to use C without conflicts. Using lower case for user names is often safer.

If you could provide more details it might be easier to provide suggestions.

POSTED BY: Bill Simpson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard