Skip to main content
1-Visitor
February 11, 2017
Solved

Mathcad Prime 3.1 Integration Query

  • February 11, 2017
  • 2 replies
  • 2289 views

Hi,

Am I being really dumb...

integral of exp(cx) should be exp(cx)/c

Mathcad Prime gives me integral of exp(cx) = x*exp(cx)

prime integral.PNG

I'm confused, what am I doing wrong?

Thankyou.

Best answer by Werner_E

> I'm confused, what am I doing wrong?

You forgot the multiplication sign between c and x and so you created a variable cx, exp(cx) now is a constant as you integrate over x, ....

2 replies

Werner_E25-Diamond IAnswer
25-Diamond I
February 11, 2017

> I'm confused, what am I doing wrong?

You forgot the multiplication sign between c and x and so you created a variable cx, exp(cx) now is a constant as you integrate over x, ....

mshaw-31-VisitorAuthor
1-Visitor
February 11, 2017

Ahhhhhhhh..........

Knew I was being daft.  Thankyou very much!