Given a matrix A =(aij) that sum of the entries on any row of A is equal to δ and the sum of the entries on any column of A is equal to δ. I was wondering if B=(bij) also has these properties, such that the sum of the entries of its rows and columns are equal to µ, where µ,δ∈ R. Whether the sum of entries for (A+B) columns and rows is (δ+µ)? And how you would prove this.
I thought maybe Induction could be used: - Base of induction, where A=(a11) B=(b11), therefore A=(δ) B=(µ) so A+B=(δ+µ), this is clear. - I am stuck for how to prove induction hypothesis.