Let D = ⎝ ⎛ 1 0 0 0 2 0 0 0 3 ⎠ ⎞ and P = ⎝ ⎛ 7 0 2 0 1 0 2 0 5 ⎠ ⎞ .
Consider A = P − 1 D P . Find det ( A 2 + A ) .
Notation: det ( ⋅ ) denotes the determinant function.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Is Matrix multiplication distributive? I don't understand step no. 3 ..
Log in to reply
That is correct, Sriram. The distributive law applies to matrices, as well as scalars! Scalars can actually be thought as a 1x1 matrix such as the example => a(b + c)d = (ab + ac)d = abd + acd. In this case, just equate a = P^-1, b = D^2, c = D, and d = P.........hope this helps!
Log in to reply
@Tom Engelsman Thank you very much!! ☺
Log in to reply
@Sriram Vudayagiri – My pleasure.......Happy 2017! :)
Problem Loading...
Note Loading...
Set Loading...
det ( A 2 + A ) = det [ ( P − 1 D P ) ( P − 1 D P ) + P − 1 D P ] ;
or det ( P − 1 D 2 P + P − 1 D P ) ;
or det ( P − 1 ( D 2 + D ) P ) ;
or det ( P − 1 P ) ⋅ det ( D 2 + D ) ;
or det ( I ) ⋅ det ( D ) ⋅ det ( D + I ) ;
or 1 3 ⋅ ( 1 ⋅ 2 ⋅ 3 ) ⋅ ( 2 ⋅ 3 ⋅ 4 ) = 6 ⋅ 2 4 = 1 4 4 .