student
midpoint
compute the midpoint of a line segment
Calling Sequence
Parameters
Description
Examples
midpoint(p1, p2)
p1, p2
-
names, expressions, or points
Important: The student package has been deprecated. Use the superseding command Student[Precalculus][Midpoint] instead.
The function midpoint will compute the midpoint of the line segment defined by the two points p1 and p2. The points should be either lists of length 2, or expressions. In the latter case, the midpoint of the two expressions is just their average.
If one argument is a point and the other is a name, then the name is treated as an unevaluated point.
The command with(student,midpoint) allows the use of the abbreviated form of this command.
with⁡student:
midpoint⁡a,b,c,d
a2+c2,b2+d2
midpoint⁡−5,8
32
midpoint⁡c,a,b
c12+a2,c22+b2
See Also
Student
student(deprecated)[distance]
student(deprecated)[slope]
Student[Precalculus][Midpoint]
Download Help Document