GetPoint - 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]

  

GetPoint

  

obtain an arbitrary point in a line or plane

 

Calling Sequence

Parameters

Returns

Description

Examples

Compatibility

Calling Sequence

GetPoint(l)

GetPoint(p)

Parameters

l

-

Line ; Line defined in Student[MultivariateCalculus]

p

-

Plane ; Plane defined in Student[MultivariateCalculus]

Returns

• 

list ; A point on a line or plane

Description

• 

The GetPoint command returns an arbitrary point on a line or plane.

• 

This command guarantees that the point returned lies on the line or the plane, but it does not guarantee the location of the point relative to the axis, the origin, or any points provided to Line or Plane constructors.

Examples

withStudentMultivariateCalculus:

lLine1,5,2,3,2,2:

GetPointl

1,5,2

(1)

Containsl,1,5,2

true

(2)

The point 24139,56139,72139 is a point on the plane p.  The graph shows that the point lies on the plane.

pPlane3x7y9z=8:

pt24139,56139,72139:

Containsp,pt

true

(3)

ppGetPlotPlane3x7y9z=8,caption=,shownormal=false,showpoint=false:

ptplotspointplot3dpt,symbol=solidcircle,symbolsize=20,color=black:

plotsdisplaypp,pt

Compatibility

• 

The Student[MultivariateCalculus][GetPoint] 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]

Student[MultivariateCalculus][Contains]

plots[pointplot3d]