Problem 44037. Pascal's triangle

https://en.wikipedia.org/wiki/Pascal%27s_triangle if the order is: x = 3; the output will be:

    output = [0 0 0 1 0 0 0;
              0 0 1 0 1 0 0;
              0 1 0 2 0 1 0;
              1 0 3 0 3 0 1]

Solution Stats

56.67% Correct | 43.33% Incorrect
Last Solution submitted on Apr 23, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers32

Suggested Problems

More from this Author4

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!