MTM[finverse] - function inverse
|
Calling Sequence
|
|
finverse(f)
finverse(f,y)
|
|
Parameters
|
|
f
|
-
|
expression
|
y
|
-
|
variable
|
|
|
|
|
Description
|
|
•
|
finverse(f) returns a function g, such that g(f(x))=x, where x is a variable found by findsym.
|
•
|
finverse(f, y) returns a function g, such that g(f(y))=y.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
Warning, finverse(2+(3+4*ln(x))^2-5*ln(x)) is not unique
| |
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
Warning, finverse(x^2+y) is not unique
| |
| (5) |
|
|
Download Help Document
Was this information helpful?