Does this upper triangular matrix have a specific name?

43 Views Asked by At

Does the following matrix have a specific name?

$$A(a,r)=\begin{bmatrix} 1 & a & a^2 & a^3 \\ 0 & r & 2ar & 3a^2r \\ 0 & 0 & r^2 & 3ar^2 \\ 0 & 0 & 0 & r^3 \end{bmatrix} $$

1

There are 1 best solutions below

1
On BEST ANSWER

Upper Pascal Matrix (generalized) seems to fit the description.