Projection - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Student[MultivariateCalculus]

  

Projection

  

obtain the projection from one object onto another object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Projection(pf, po)

Parameters

pf

-

list, Vector, Line ; points or vectors or Line objects defined by Student[MultivariateCalculus].

po

-

Vector, Line, Plane ; vectors or Line or Plane objects defined by Student[MultivariateCalculus].

Description

• 

The Projection command obtains the projection from the first input parameter onto the second input parameter, where the first parameter can be a point, a vector, or a line, and the second parameter can be a vector, a line, or a plane.

Examples

> 

with⁡StudentMultivariateCalculus:

> 

Projection⁡1,0,−3,3,2,0

9136130

(1)
> 

Projection⁡1,2,Line⁡0,0,a,1

2+a⁢aa2+1,2+aa2+1

(2)
> 

Projection⁡5,1,2,Plane⁡0,0,0,0,0,1

5,1,0

(3)
> 

L≔Projection⁡Line⁡1,2,1,1,0,1,Plane⁡1,0,3,1,1,2:

> 

GetRepresentation⁡L,form=equations

z=53,x+y=113

(4)

Compatibility

• 

The Student[MultivariateCalculus][Projection] command was introduced in Maple 18.

• 

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

See Also

Student[MultivariateCalculus]

Student[MultivariateCalculus][Line]

Student[MultivariateCalculus][Plane]

Student[MultivariateCalculus][AreParallel]

Student[MultivariateCalculus][AreSkew]

Student[MultivariateCalculus][Contains]

Student[MultivariateCalculus][Intersects]

Student[MultivariateCalculus][GetIntersection]