p = a + β(b − a) + γ(c − a) refers to what?

p = a + β(b − a) + γ(c − a) refers to what?



In a Barycentric Coordinate System, p is any point on the plane.

(β,γ) represents its coordinates, because a is the "origin" b-a is an axis/vector, and c-a is the other.

Note that we can reorder the terms in p = a + β(b − a) + γ(c − a) to get
p = (1 − β − γ)a + βb+ γc

Often people define a new variable α to improve the symmetry of the equations: α ≡ 1 − β −γ which yields the equation:
p(α, β, γ) = αa+ βb+ γc, with the constraint that
α + β + γ =1

Popular posts from this blog

After analyzing the model, your manager has informed that your regression model is suffering from multicollinearity. How would you check if he's true? Without losing any information, can you still build a better model?

Is rotation necessary in PCA? If yes, Why? What will happen if you don't rotate the components?

What does Latency mean?