kingpaul
First Post
I have this matrix that I'm trying to reduce to a formula, if possible. Its not a school project, its for a pet project. X and y are the variables, and the numbers in the table itself are the results. Can someone help me out? Thanks in advance.
Code:
x
y 1 2 3 4 5 6 7 8 9 10
0 0 0 0 0 0 0 0 0 0 0
1 1 1 1 1 1 1 1 1 1 1
2 1 4 4 4 4 4 4 4 4 4
3 1 4 9 9 9 9 9 9 9 9
4 1 4 9 16 16 16 16 16 16 16
5 3 6 11 18 27 27 27 27 27 27
6 3 8 13 20 29 40 40 40 40 40
7 3 8 15 22 31 42 55 55 55 55
8 3 8 15 24 33 44 57 72 72 72
9 5 10 17 26 37 48 61 76 95 95
10 5 12 19 28 39 52 65 80 99 120
11 5 12 21 30 41 54 69 84 103 124
12 5 12 21 32 43 56 71 88 107 128
13 7 14 23 34 47 60 75 92 113 134
14 7 16 25 36 49 64 79 96 117 140
15 7 16 27 38 51 66 83 100 121 144