RegularChains[AlgebraicGeometryTools]
TangentPlane
compute the plane plane of an hypersurface at a point given by a regular chain
Calling Sequence
Parameters
Description
Examples
Compatibility
TangentPlane(rc, f, R)
R
-
polynomial ring
rc
regular chain of R
f
a polynomial of R
The command TangentPlane(rc, f, R) returns the tangent plane of the hypersurface defined by f at every point of F defined by rc.
The result is a list of pairs [g,ts] where ts is a zero-dimensional regular chain the zero set of which is contained in that g, and g a polynomial the zero set of which defines the tangent plane of f at ts.
It is assumed that rc is a zero-dimensional regular chain.
It is assumed that the hypersurface defined by f is non-singular at every point defined by rc.
This command is part of the RegularChains[AlgebraicGeometryTools] package, so it can be used in the form TangentPlane(..) only after executing the command with(RegularChains[AlgebraicGeometryTools]). However, it can always be accessed through the long form of the command by using RegularChains[AlgebraicGeometryTools][TangentPlane](..).
with⁡RegularChains:with⁡ChainTools:with⁡AlgebraicGeometryTools:
R≔PolynomialRing⁡x,y,z
R≔polynomial_ring
rc≔Empty⁡R
rc≔regular_chain
rc≔Chain⁡z−1,y,x,rc,R
Equations⁡rc,R
x,y,z−1
f≔x⁢z+z⁢y+y⁢x
f≔y⁢x+x⁢z+z⁢y
tp≔TangentPlane⁡rc,f,R
tp≔_x+_y,rc
The RegularChains[AlgebraicGeometryTools][TangentPlane] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
Chain
Empty
Equations
PolynomialRing
RegularChains
Download Help Document
What kind of issue would you like to report? (Optional)