Message Boards Message Boards

0
|
1970 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

Plot the following exponential function?

Posted 4 years ago

I need plot this x= e^-6t(c1cosk1t+c2sink1t)

POSTED BY: Sanzhar Mukatay
Posted 4 years ago

Hi Sanzhar,

There are some missing brackets.

g = Exp[-6*t]*((Subscript[c, 1]*Cos[Subscript[k, 1]*t]) + (Subscript[c, 2]*
      Sin[Subscript[k, 1]*t]))

Plot[g, {t, 0, 1}, PlotRange -> All]

enter image description here

POSTED BY: Rohit Namjoshi
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