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 comments
Loading...
Problem Recent Solvers20
Suggested Problems
-
3864 Solvers
-
Sum all integers from 1 to 2^n
17888 Solvers
-
Similar Triangles - find the height of the tree
477 Solvers
-
248 Solvers
-
Let's get back to school, and create multiplication tables
241 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!