fun pattern ques all try
If A is a 3x3 matrix whose i,jth terms are related to i and j then find the general term \[a_{ij}\] which satisfies the matrix given below \[\left[\begin{matrix}0 & 2 & 6 \\ 2 & 8 & 18 \\ 6 & 18 & 36\end{matrix}\right]\]
\[a_{ij} = (i*j)*(i+j-2)\] ;)
Very good!! How did you think about it?
Hard to explain, i just keep staring the problem till i find some pattern
But one thing can help if you realize it's a symmetric matix. That means you have an expression for \(a_{ij}\) in which the order of operation with \(i\) and \(j\) does not matter. WIth that in mind, i can delete the options \(i/j\), \(j/i\), \(i-j\), \(j-i\), ... and many others. So we have to focus on expressions that have sums and products.
hope that clarify a bit more
nice
Join our real-time social learning platform and learn together with your friends!