so I got this task from my professor and wanted to ask for help I have this following matrices
(a)
$$A = \begin{pmatrix} -3 & -11 & -11 & 45 \\ 1 & 11 & 10 & -83 \\ 1 & -6 & -5 & 81 \\ 0 & -3 & -3 & 42 \end{pmatrix}$$
I did this one with the Laplace expansion stuff $4 \times 4$ and got $42$, though I don't know if it's right yet.
Now here comes the real problem
(b)
$$ B = \begin{pmatrix} 1+a_1 & a_2 & \dots & a_n \\ a_1 & 1+a_2 & \dots & a_n \\ \dots & \dots & \dots & \dots \\ a_1 & a_2 & \dots & 1+a_n \end{pmatrix}$$
with $a_1, \dots , a_n$ are elements of $\mathbb{R}$.
So how do I do this one ? also with the Laplace expansion ? What kind of value should come out ? a something ? If there were more numbers I could solve it more easily and I don't know how big it is.. like $4\times 4$ or something.. but it's $n\times n$ so how am I doing this one
And at last
(c) $$C = (c_{ij})$$ with $c_{ij} = 0$ if $i = j$ $1$ if $i != j$ for $1<i,j<n$
I have the same problem with this one (similiar to b)
It would be nice if someone could give me hints/a solution/etc Thanks for reading