Problem 37. Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of Pascal's Triangle.
Examples:
pascalTri(0) ans = 1
pascalTri(1) ans = 1 1
pascalTri(2) ans = 1 2 1
Solution Stats
Problem Comments
-
5 Comments
Show
2 older comments
Ned Gulley
on 26 Jan 2012
I've removed the last assertion and rescored. Thanks for the note.
Austin Evans
on 26 Nov 2018
fun!
Darshan Vijayaraghavan
on 25 Jun 2020
Fun!!
Solution Comments
Show commentsGroup

Matrix Patterns III
- 12 Problems
- 47 Finishers
- Make a diamond
- Dice face matrix!
- Produce the following matrix
- Check if a matrix is a palindrome in all directions
- Form a square matrix from four square sub-matrices
- Create a square matrix with given conditions
- create a square matrix
- Tent matrix
- Vandermonde Matrix
- Union Jack Matrix
- Make a rainbow matrix (follow-up to checkerboard matrix)
- Diagonal Pattern
Problem Recent Solvers4356
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!