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 Solvers21
Suggested Problems
-
Remove the polynomials that have positive real elements of their roots.
1743 Solvers
-
Find the sum of the elements in the "second" diagonal
1206 Solvers
-
Back to basics 4 - Search Path
383 Solvers
-
Sum of first n terms of a harmonic progression
520 Solvers
-
11580 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!