HP Prime for All

English  Русский 

Syntax

division_point(Point1, Point2, Realk) or division_point(Cplx1, Cplx2, Cplxk)

Description

For two points A and B, and a numerical factor k, returns a point C such that C-B=k*(C-A). The two points may be referenced by name or represented by a complex number.

Example

division_point(0,6+6*i,4) returns point (8,8)

division_point — Discussion