Saturday 28 March 2015

linear algebra - Matrix's determinant

I've got to calculate determinant for such matrix:
$$ \left[

\begin{array}{cccc}
a_1+b & a_2 & \cdots & a_n\\
a_1 & a_2+b & \cdots & a_n\\
\vdots & \vdots & \ddots & \vdots\\
a_1 & a_2 & \cdots & a_n+b\\
\end{array}
\right]
$$
Please give me some tips how to calculate this.




Thanks in advance

No comments:

Post a Comment

real analysis - How to find $lim_{hrightarrow 0}frac{sin(ha)}{h}$

How to find $\lim_{h\rightarrow 0}\frac{\sin(ha)}{h}$ without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...