Problem 44904. Pascal's Equilateral triangle inside a Matrix!!!
Given a number of row 'n', generate the following pascal's matrix 'p' where spaces are filled by 'zeros'.
number of row, n = 5
p =
0 0 0 0 1 0 0 0 0
0 0 0 1 0 1 0 0 0
0 0 1 0 2 0 1 0 0
0 1 0 3 0 3 0 1 0
1 0 4 0 6 0 4 0 1
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers18
Suggested Problems
-
"Low : High - Low : High - Turn around " -- Create a subindices vector
580 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
642 Solvers
-
344 Solvers
-
Golomb's self-describing sequence (based on Euler 341)
180 Solvers
-
300 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!