View Single Post
Feb24-12, 08:31 AM   #17
 
Blog Entries: 1
Recognitions:
Homework Helper Homework Help
Quote by Norwegian View Post
Now, you have posted four times in this thread, and you have yet to inform us what those entries are. In particular, what is the entry in row i, colomn j?
It's i*j

Here's a small matrix example of what he's talking about

[tex] \left( \begin{array}{ccc}
1*1 & 1*2 & 1*3 \\
2*1 & 2*2 & 2*3 \\
3*1 & 3*2 & 3*3 \end{array} \right) [/tex]

The question can be rephrased as: [tex] u(n) = | \{ a*b \|\ a\leq n,\ b\leq n \}| [/tex]
calculate u(n).