I have a $m \times m$ matrix $\bf A$ whose elements are given by
$$a_{i,j}=\frac{-1^{j+1}}{j!}z_i^j$$
where $0<z_1<1$ and $z_i > z_{i-1}, i=2\cdots m$.
For reasons having to do with the stability of a computational scheme for solving a transient differential equation, I would like to be able to prove that the sum of the elements in the $first$ row of the $inverse$ of the matrix $\bf A$ is positive.
A related question was posed a while ago in Inverse Matrix: Sum of the elements in each row wherein it was proved that if the sums of all rows of $\bf A$ were equal to some value $k$, then the sums of each row of the inverse would be $1/k$. The underlying condition (equality of the row sums) does not hold in my case however, but if we denote the inverse by $\bf B$, then matrix multiplication yields
$$ \sum\limits_{s=1}^m b_{1s} a_{sr} =\delta_{1,r} $$
and the summation over all columns results in
$$ \sum\limits_{r=1}^m \sum\limits_{s=1}^m b_{1s} a_{sr} =\sum\limits_{s=1}^m \sum\limits_{r=1}^m a_{sr} b_{1s} = \sum\limits_{s=1}^m k_s b_{1s} =1 $$
where $k_s$ is the sum of the elements of row $s$ of $\bf A$.
I would now need to prove that
$$ \sum\limits_{s=1}^m b_{1s} >0 $$
subject to the constraint
$$ \sum\limits_{s=1}^m k_s b_{1s} =1 $$
and the additional conditions $k_1>0$ and $k_{s}>k_{s-1}, s=2\cdots m$ which imply that
$$ \sum\limits_{s=1}^m k_s >0 $$
all of which follow from the definition of the elements of $\bf A$
Any help on how to proceed would be deeply appreciated. Thanks in advance.
The problem I'm facing in my attempt at a proof is that I cannot simply replace the vector $\bf b_1$ by some arbitrary vector $\bf p$ which just happens to have an inner product with the vector $\bf k$ of unity, because I can then find several elementary counterexamples (see the snapshot below for one) that satisfy all constraints, but disprove my contention.
I don't see how I can proceed without somehow relating $\bf b_1$ to $\bf k$, and this is where I'm stuck.

You get that the sum of the first row of $B$ has the same sign as $$\sum_i \frac{(-1)^{i+1}}{z_i^2 \Pi_{j<i}(z_i-z_j)\Pi_{j>i}(z_j-z_i)}$$ which does seem to always be positive (checked for $n$ up to 5) but for reasons I don't see at the moment.
– user7530 Jul 29 '22 at 04:50