Monday, March 19, 2018

matrices - computing polynomial determinants

Let A be a 3×3 complex matrix and B its transpose. Let a be a complex number such that a1 and det. Compute \det(A+B) in terms of a and \det(A).



I tried to use the polynomial expansion \det(A+xB)=\det A + q*x +w*x^2+ \det B*x^3 for any matrices A,B. Probably I should have found some relations between coefficients q and w beacuse B is A transposed, but got stuck.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...