Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
CalculateInverse
Guides
Guide to ZigangPan`CalculateInverse`
Symbols
FormulaToCPFunction
FormulaToFunction
inversefunction
updatenames
ZigangPan`CalculateInverse`
u
p
d
a
t
e
n
a
m
e
s
u
p
d
a
t
e
n
a
m
e
s
[
n
a
m
e
l
i
s
t
,
s
t
r
]
r
e
t
u
r
n
s
a
l
i
s
t
o
f
n
e
w
v
a
r
i
a
b
l
e
n
a
m
e
s
w
i
t
h
s
t
r
i
n
g
s
t
r
a
p
p
e
n
d
e
d
t
o
t
h
e
v
a
r
i
a
b
l
e
n
a
m
e
s
i
n
n
a
m
e
l
i
s
t
.
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
o
l
d
n
a
m
e
s
=
{
x
,
y
,
z
}
O
u
t
[
1
]
=
{
x
,
y
,
z
}
I
n
[
2
]
:
=
n
e
w
n
a
m
e
s
=
u
p
d
a
t
e
n
a
m
e
s
[
o
l
d
n
a
m
e
s
,
"
1
"
]
O
u
t
[
2
]
=
{
x
1
,
y
1
,
z
1
}
"
"