Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.9K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

How to use InverseFunction?

Posted 10 years ago

Hi, I am new to Mathematica. I would like to find the inverse function of the following function f(x):

enter image description here

I have tried to do it using InverseFunction:

enter image description here

enter image description here

However, Mathematica couldn't seem to provide me an answer. Any help is much appreciated.

POSTED BY: Kat Z

Check out the syntax for Function. I would try with Solve:

With[{k1 = 5, b = 2}, 
 Solve[y == 
   1 - Sum[a^k/k! Exp[-a], {k, 0, Infinity}] Sum[
      1/n! Exp[b x] (b x)^n, {n, 0, k1}], x]]

but it seems too hard.

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