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

Online Help

Student[MultivariateCalculus]

  

GetDimension

  

determine whether a Line, plane, or point object is in two- or three-dimensional space

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetDimension(pl)

Parameters

pl

-

Line, Plane, list ; Line or Plane defined by Student[MultivariateCalculus] or a point

Description

• 

The GetDimension command finds out if a line, plane or point object is in two-dimensional or three-dimensional space.

• 

A point, by definition, has dimension zero; a line has dimension one; and a plane has dimension two. But the space in which these objects live has a different dimension (two or three, for the Student[MultivariateCalculus] package). It is this dimension that the GetDimension command returns.

Examples

(1)

(2)

(3)

(4)

Compatibility

• 

The Student[MultivariateCalculus][GetDimension] command was introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.

See Also

Student[MultivariateCalculus]

Student[MultivariateCalculus][Line]

Student[MultivariateCalculus][Plane]

 


Download Help Document