Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get an association of the properties of the given parabola
ResourceFunction["ParabolaProperties"][expr,{x,y}] returns an Association of properties of the parabola defined by expr. |
Compute the properties of a basic parabola:
In[1]:= |
Out[1]= |
Compute the properties of a parabola described using other properties:
In[2]:= |
Out[2]= |
Compute the properties of a skew parabola (not aligned with the x or y axis) described by some properties:
In[3]:= |
Out[3]= |
If the input describes a well-defined parabola, ParabolaProperties defaults to not returning the "Type" property unless you specify it:
In[4]:= |
Out[4]= |
Use the resource function InteractiveConicPlot to visualize conic properties:
In[5]:= |
Out[5]= |
If the input equation or association does not describe a parabola but does describe another conic section, ParabolaProperties will return that instead, including the property "Type":
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License