Problem 33. Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more than you think.
With MATLAB, times tables should be easy! Write a function that outputs times tables up to the size requested.
Example:
Input n = 5 Output m is [ 1 2 3 4 5 2 4 6 8 10 3 6 9 12 15 4 8 12 16 20 5 10 15 20 25 ]
Solution Stats
Problem Comments
-
27 Comments
Show
24 older comments
Cesar Banda
on 17 Sep 2022
Great problem.
Maxwell
on 23 Nov 2023
Great Problem
Maxwell
on 23 Nov 2023
This is a helpful way of envisioning times tables.
Solution Comments
Show commentsGroup

Magic Numbers IV
- 20 Problems
- 24 Finishers
- Bouncy numbers
- It's going down. We're finding simbers!
- Euler–Mascheroni constant
- Hilbert numbers
- Pseudo Square Root (Inspired by Project Euler 266)
- Counting the Grand Primes
- Nth roots of unity
- Find Pseudo-Cyclic Number
- Lah Numbers
- Polar Form Complex Number Entry
- Give me Hamming on five, hold the mayo
- calculate PI without using pi function
- How brilliant are you?
- I'm going to enjoy watching you calculate, Mr Anderson
- Find two triangular numbers whose sum is input.
- Consecutive Powers
- Goldbach's marginal conjecture - Write integer as sum of three primes
- How many unique Pythagorean triples?
- Approximate e
- Amicable numbers
Problem Recent Solvers17691
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!