NHoldFirst
Usage
• NHoldFirst是一个属性值,用来指定一个函数的第一个参数不应被N影响.
Notes
Further Examples
Usually N goes inside functions and gets applied to each of their arguments.
In[1]:=
|
Out[1]=
|
This tells Mathematica not to apply N to the first argument of f.
In[2]:=
|
Now the first argument of f is left in its exact form.
In[3]:=
|
Out[3]=
|
|