Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get the dual part of a dual number
|
ResourceFunction["DualPart"][d] gives the dual part of the dual number d. |
Find the dual part of a dual number:
| In[1]:= |
|
| Out[1]= |
|
Evaluate numerically:
| In[2]:= |
|
| Out[2]= |
|
DualPart threads elementwise over lists and matrices:
| In[3]:= |
|
| Out[3]= |
|
| In[4]:= |
|
| Out[4]= |
|
The dual part of a real number is zero:
| In[5]:= |
|
| Out[5]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License