Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate a multiplication table for a range of integers, optionally using modular arithmetic
ResourceFunction["MultiplicationTable"][n] produces the multiplication tables for positive integers less than n. | |
ResourceFunction["MultiplicationTable"][{n, m}] produces the multiplication tables for positive integers between n and m. |
Produce a basic multiplication table:
| In[1]:= |
| Out[1]= | ![]() |
Produce a multiplication table across a specific range of values:
| In[2]:= |
| Out[2]= | ![]() |
Produce a multiplication table using modular arithmetic:
| In[3]:= |
| Out[3]= | ![]() |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License