Having defined the planes , within the framework of the "Lines & Planes" tools of the Student MultivariateCalculus package, the distance between the planes is obtained with the Distance command.
=
|
|
|
With these same tools, the traditional vector-based calculation is implemented in Table 1.7.7(b). The GetPoint command is used to return an arbitrary point on each plane; the convert command changes the resulting list to a Vector, which is then projected onto the normal, N, via the Projection command. The GetNormal command returns N, the common normal. The Norm command returns the length of the projection, which is the requisite distance.
=
|
Table 1.7.7(b) Traditional vector-based calculation via the "Lines & Planes" tools
|
|
|