Is this factorization true?
$$(x^n - y^n) = (x+y)^{n-1}(x-y)^{n-1}$$
I am trying to use it in my computation of the determinant of a Vandermonde matrix.
Thanks,
Is this factorization true?
$$(x^n - y^n) = (x+y)^{n-1}(x-y)^{n-1}$$
I am trying to use it in my computation of the determinant of a Vandermonde matrix.
Thanks,
An alternative (true) identity is
$$x^n - y^n = (x-y)(x^{n-1} + x^{n-2}y + x^{n-3}y^2 + \cdots + xy^{n-2} + y^{n-1})$$