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

Online Help

All Products    Maple    MapleSim


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

withStudentMultivariateCalculus:

l1Line0,4,2,1,1,1:

GetDimensionl1

3

(1)

p1Plane0,4,2,5,9,7,1,6,3:

GetDimensionp1

3

(2)

l2Line0,2,0,1:

GetDimensionl2

2

(3)

GetDimension3,2,1

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]