implicitize - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


algcurves

  

implicitize

  

find an implicit equation for a curve surface or hypersurface given by parametric equations

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

implicitize( peqs, params, d, options )

Parameters

peqs

-

list of equations of the form name=formula

params

-

list of equations of the form name=range

d

-

total degree of implicit polynomial to be found

options

-

(optional) equation(s) of the form option=name where option is one of maxIters, symbolic, tol, or useFNV

Description

• 

The implicitize(peqs, params, d, options) function computes an implicit (polynomial) equation for the algebraic curve, surface, or hypersurface defined by the parametric equations peqs.

• 

The output is given as a set that can be empty or have one or more elements.

• 

The implicitize routine returns an implicit equation for the degree d if it exists.

• 

The output will be exact or approximate, depending on the optional parameters controlled by the user.

• 

The options argument can contain one or more of the following equations.

  

maxIters = positive_integer

  

The maxIters option controls the maximum number of iterations performed by findNullVector.

  

symbolic = true or false

  

If the symbolic option is set to true, all integrations are performed symbolically. If the symbolic option is set to false, all integrations are performed numerically. The default value is false.

  

tol = expression

  

The tol option controls the tolerance used in findNullVector. The default value is 10eDigits.

  

useFNV = true or false

  

If the useFNV option is set to true, the implicitize routine uses findNullVector. If the useFNV option is set to false, the implicitize routine uses NullSpace instead of findNullVector. The default value is true.

• 

The implicitize routine accepts parametric equations that:

  

[1]  are polynomials, rational functions, trigonometric functions, functions involving square roots, or functions in polar form;

  

[2]  have coefficients from Q, parameters, or algebraic numbers; and

  

[3]  define multi-parameter families of curves, surfaces of hypersurfaces.

• 

The implicitize routine is based on the algorithm described in the paper: Robert M. Corless, Mark W. Giesbrecht, Ilias S. Kotsireas, Stephen M. Watt. "Numerical implicitization of parametric hypersurfaces with linear algebra." AISC'2000 Proceedings, Madrid, Spain. LNAI 1930 (in print).

Examples

withalgcurves:

peqsx=cosθ,y=sinθ

peqsx=cosθ,y=sinθ

(1)

implicitizepeqs,θ=0..π,2,symbolic=true,useFNV=false

x2+y21

(2)

peqsx=1sqrtt2+1,y=tsqrtt2+1

peqsx=1t2+1,y=tt2+1

(3)

implicitizepeqs,t=0..1,2,symbolic=true,useFNV=false

x2+y21

(4)

Peqsx=3t2t3+1,y=3tt3+1

Peqsx=3t2t3+1,y=3tt3+1

(5)

Digits25

Digits25

(6)

eeimplicitizePeqs,t=0..1,3,symbolic=true

ee7.175755130803066010567000×10−201.845883179623651348694161×10−18y1.620368226773049054536803×10−16y20.3015113445777636810112419y3+5.208339920246452022722121×10−16x+0.9045340337332909517727017yx+3.417979544288393196348183×10−16xy26.571949647625600126222411×10−16x23.336979304002439223779846×10−16x2y0.3015113445777633127855855x3

(7)

eqfnormalee,4

eq0.3015y3+0.9045yx0.3015x3

(8)

smminopmapxxabsxx,coeffsexpandeq

sm0.3015

(9)

fnormalsimplifyeqsm,3

y3+3.00yxx3

(10)

simplifyeval,Peqs

0.

(11)

implicitizex=rt,y=rt2,z=r2,r=0..1,t=0..1,4,symbolic=true,useFNV=false

x4y2z

(12)

peqsx=αtanφ,y=βcosφ2

peqsx=αtanφ,y=βcosφ2

(13)

implicitizepeqs,φ=π3..π4,3,symbolic=true,useFNV=false

α2β+yα2+x2y

(14)

simplifyeval,peqs

0

(15)

peqsx=sin3θcosθ,y=sin3θsinθ

peqsx=sin3θcosθ,y=sin3θsinθ

(16)

implicitizepeqs,θ=0..π,4,symbolic=true,useFNV=false

x4+2x2y2+y43x2y+y3

(17)

peqsx=t+s+r,y=ts+sr+rt,z=tsr,w=t3+s3+r3

peqsx=t+s+r,y=sr+rt+ts,z=tsr,w=r3+s3+t3

(18)

implicitizepeqs,t=0..1,s=0..1,r=0..1,3,symbolic=true,useFNV=false

x33yxw+3z

(19)

simplifyeval,peqs

0

(20)

peqsx=tβt21+t22,y=t2βt21+t22

peqsx=tt2+βt2+12,y=t2t2+βt2+12

(21)

implicitizepeqs,t=0..2,2,symbolic=true,useFNV=false

(22)

implicitizeevalpeqs,β=3,t=0..2,4,symbolic=true,useFNV=false

x4+2x2y2+y43x2y+y3

(23)

implicitizeevalpeqs,β=4,t=0..2,4,symbolic=true,useFNV=false

x4+2x2y2+y44x2y+y3

(24)

px4βyx2+2x2y2+y3+y4

pβyx2+x4+2x2y2+y4+y3

(25)

simplifyevalp,peqs

0

(26)

peqsx=3t22ttk,y=3t2tk

peqsx=3t22ttk,y=3t2tk

(27)

implicitizeevalpeqs,k=4,t=1..2,4,symbolic=true,useFNV=false

x43xy2+2y3

(28)

implicitizeevalpeqs,k=5,t=1..2,5,symbolic=true,useFNV=false

x53xy3+2y4

(29)

implicitizeevalpeqs,k=6,t=1..2,6,symbolic=true,useFNV=false

x63xy4+2y5

(30)

p3t2;qtk;xtktpq;ytkpq

p3t2

qtk

xtkt3t2tk

ytk3t2tk

(31)

exkxk3xyk2+2yk1

exkxk3xyk2+2yk1

(32)

ddevalexk,x=xtk,y=ytk

ddt3t2tkk3t3t23t2tkk2tk+23t2tkk1

(33)

simplifydd

9t+6t1k3t2tkk2+t1k3t2k+23t2tkk1

(34)

aliasβ=sqrtb

β

(35)

aliasγ=sqrtc

β,γ

(36)

peqsx=β+cos2θ,y=γ+sin2θ

peqsx=β+cos2θ,y=γ+sin2θ

(37)

implicitizepeqs,θ=0..π,2,symbolic=true,useFNV=false

2xβ2yγ+x2+y2+b+c1

(38)

simplifyeval,peqs

0

(39)

See Also

abs

algcurves

alias

coeffs

convert

Digits

eval

expand

fnormal

map

min

op

simplify

sqrt

trig