syj
- 53
- 0
Homework Statement
PROVE:
If A(t) is nxn with elements which are differentiable functions of t
Then:
\frac{d}{dt}(det(A))=\sumdet(Ai(t))
where Ai(t) is found by differentiating the ith row only.
Homework Equations
I know I should prove this by induction on n
The Attempt at a Solution
Consider the matrix A1 being a 1x1 matrix
So n=1
the derivative of the determinant is the same as the derivative of that one row, therefore the theorem holds for n=1
assume the proof will hold true for n=k call this matrix Ak
now prove the theorem holds true for n=k+1
\frac{d}{dt}(det(Ak+1)) =\frac{d}{dt}(det(A1)+\frac{d}{dt}(det(Ak))
AND
\sum(det(Ak+1) = \sumdet(A1)+\sumdet(Ak)
Is this it?
have I proved it?