Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • 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
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

CalculateInverse

Guides

  • Guide to ZigangPan`CalculateInverse`

Symbols

  • FormulaToCPFunction
  • FormulaToFunction
  • inversefunction
  • updatenames
ZigangPan`CalculateInverse`
FormulaToFunction
​
FormulaToFunction
[x,fx]
returns a pure function f, with independent variables listed in
x
, such that f[x]=fx.
​
Examples  
(1)
Basic Examples  
(1)
In[1]:=
fx={x1+x2,x2-x1^2};xc={x1,x2};
In[2]:=
f=
FormulaToFunction
[xc,fx]
Out[2]=
Function[{x1,x2},{x1+x2,-
2
x1
+x2}]
▪
The above is what we want, as compared to the following, which is not what we want.
In[3]:=
g=Function[xc,fx]
Out[3]=
Function[xc,fx]
SeeAlso
Function
RelatedGuides
▪
Guide to ZigangPan`CalculateInverse`
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com