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

Online Help

All Products    Maple    MapleSim


algcurves

  

homogeneous

  

make a polynomial in two variables homogeneous in three variables

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

homogeneous(f, x, y, z)

Parameters

f

-

polynomial in x and y

x, y, z

-

variables

Description

• 

Algebraic curves are often represented using a polynomial in two variables, or as a homogeneous polynomial in three variables. This command converts a polynomial to the homogeneous representation.

• 

If f is a polynomial in x and y of degree , and f can be written as  for some coefficients , then the output of this command is .

Examples

(1)

(2)

Now one can convert back as follows:

(3)

See Also

algcurves

 


Download Help Document