Group Abstract Group Abstract

Message Boards Message Boards

Use solve command to determine a shift value for graph?

Posted 7 years ago
Attachment

Attachments:
POSTED BY: Keanu Davis
2 Replies

for $x=1$ function should be equal to $2$.

   eq = E^-2 x Cos[Pi x] + c == 2;
   sol = Solve[eq /. x -> 1, c]
   (* {{c -> (1 + 2 E^2)/E^2}} *)
   %//N
   (* {{c -> 2.13534}} *)

   (eq /. x -> 1) /. sol
   (* {True} *)
POSTED BY: Mariusz Iwaniuk
Posted 7 years ago

Mariusz, I really really appreciate you and your help as always... very kind of you.

Thanks again.

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