| 
    
        | 
        
            |  |  
            |  |  
            |  |  
            |  |  
            | 
	
    
 
	
		
			
        
    
        
    
    
    
    
    
        | Solution |  
        | 
            
  
  
  
  
                
                
 Solution provided by AtoZmath.com
             |  
        |  |  
			
 
    
        | Matrix Transpose calculator |  
        |  1. `[[2,3,1],[0,5,6],[1,1,2]]` 
  2. `[[2,1,-1],[1,0,-1],[1,1,2]]` 
  3. `[[3,1,1],[-1,2,1],[1,1,1]]` 
  4. `[[5,6,1],[0,2,3],[1,1,2]]` 
 |  
        | 
 
 
 Example1. Find `A'` ...`A=[[3,1,1],[-1,2,1],[1,1,1]]`Solution:
 | `A^T` | = | | |  | `3` | `1` | `1` |  |  |  | `-1` | `2` | `1` |  |  |  | `1` | `1` | `1` |  | 
 | T | 
 | = | |  | `3` | `-1` | `1` |  |  |  | `1` | `2` | `1` |  |  |  | `1` | `1` | `1` |  | 
 | 
 |  |  
            |  |  |  |