Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

warning: function 'PascalsTriangle' defined within script file '/out/package/PascalsTriangle.m'
warning: called from
    lab1 at line 25 column 7

Your Answer

row=
						1		
					1		1		
				1		2		1		
			1		3		3		1		
		1		4		6		4		1		
	1		5		10		10		5		1		
1		6		15		20		15		6		1		

JOJ Answer

row=
      1      
     1 1     
    1 2 1    
   1 3 3 1   
  1 4 6 4 1  
 1 5 10 10 5 1 
1 6 15 20 15 6 1