Problem 49632. Matrix Pattern 9
Find the pattern for the element of the matrix.
mat_pattern(2) = [
4 7
5 8];
mat_pattern(4) = [
4 7 10 13
5 8 11 14
6 9 12 15
7 10 13 16];
Solution Stats
Problem Comments
-
5 Comments
Show
2 older comments
William
on 27 Dec 2020
Doddy -- I think the last two columns of y_correct in problem 4 are incorrect.
Binbin Qi
on 2 Jan 2021
@William , I think it is correct.
William
on 2 Jan 2021
Binbin -- Yes, I see. It's just a more difficult problem than I thought it was!
Binbin Qi
on 3 Jan 2021
@William, Yes. It is hard to guess the author's thoughts
Rafael S.T. Vieira
on 30 Oct 2022
tip: pi is used as a factor.
Solution Comments
Show commentsProblem Recent Solvers118
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3169 Solvers
-
Project Euler: Problem 2, Sum of even Fibonacci
2299 Solvers
-
562 Solvers
-
Count consecutive 0's in between values of 1
433 Solvers
-
7273 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!