How to do this Matrices Question?

So it actually = [2^n+1 0]
......................[-4^n+1 1]
You now have the first row correct but still don't have the second row correct. BTW: You should use grouping symbols, i.e. 2^(n+1), not 2^n+1 which, properly, would be read as (2^n) + 1 although the meaning is clear a lot of times because of context.
 
Last edited:
You now have the first row correct but still don't have the second row correct. BTW: You should use grouping symbols, i.e. 2^(n+1), not 2^n+1 which, properly, would be read as (2^n) + 1 although the meaning is clear a lot of times because of context.

Is it:

[2^(n+1) 0]
[-4^(n+1) 0]
 
Top