Precalc problem

soccerball3211

Junior Member
Joined
May 16, 2005
Messages
84
I was wondering if any one could help me solve this problem

[-3 5] + T = [-5 6] + 2T
2 6 1 0

The brackets are supposed to be around each set of matricies but I didn't know how to enter it like that sorry
 
Hello, soccerball3211!

Code:
[-3 5] + T  =  [-5 6] + 2T 
[ 2 6]         [ 1 0]
It seems to be simple "algebra" ... adding or subtracting matrices.
Code:
  [-3 5] - [-5 6]  =  T
  [ 2 6]   [ 1 0]

  
       [2 -1]  =  T
       [1  6]
 
Top