Thread Closed

Complete the Array Series

 
Share Thread
May1-05, 11:53 AM   #1
 
Smile

Complete the Array Series


[tex]
A[r,c] = \left(\begin{array}{cccccc}
\frac{1}{2}\multsp \left(1+{\sqrt{5}}\right)&-&-&-&-&....\\
\frac{1}{4}\multsp \left(2+{\sqrt{8}}\right)&\frac{1}{4}\multsp
\left(1+{\sqrt{5}}\right)&-&-&-&....\\
\frac{1}{6}\multsp \left(3+{\sqrt{13}}\right)&-&\frac{1}{6}\multsp
\left(1+{\sqrt{5}}\right)&-&-&.... \\
\frac{1}{8}\multsp \left(4+{\sqrt{20}}\right)&-&-&\frac{1}{8}\multsp
\left(1+{\sqrt{5}}\right)&-&.... \\
\frac{1}{10}\multsp
\left(5+{\sqrt{29}}\right)&-&-&-&\frac{1}{10}\multsp \left(1+{\sqrt{5}}\right)&....\\
....&....&....&....&....&....
\end{array}\right)
[/tex]

How often have we solved linear series, how about a two dimensional series array

Can you complete the matrix?

Once you have it, instead of white just give the answer as a decimal number for say A[9,11] or any other pair

The answer is suprisingly simple


Edit-1
To note is that each induvidual row or column also forms its own logical arithmic series

Edit-2
Quote by BicycleTree
The formula I got is:
A(r, c) = 1/(2*r)*(r-c+1+sqrt((r-c+2)^2-2(r-c)+1))
That matches the values you've given.
OOPS - redface shame etc

It is not the solution I had in mind - so you are correct. The solution I had in mind has a further property

[tex]\frac {A[r,c]}{A[n.r,n.c]} = n [/tex]
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
May1-05, 12:25 PM   #2
 
A[9, 11] = .061803? (Numbering from [0,0]; from [1,1] that would be A[10,12] = .061803
May1-05, 01:06 PM   #3
 
BicycleTree - sorry try again
May1-05, 01:22 PM   #4
 

Complete the Array Series


Perhaps:
A(9, 11) = 1/18
May1-05, 01:40 PM   #5
 
Quote by BicycleTree
Perhaps:
A(9, 11) = 1/18
Sorry - wrong again
May1-05, 02:04 PM   #6
 
Maybe
A(9, 11) = .06867
May1-05, 02:45 PM   #7
 
[tex]A[r,c] = \left(\begin{array}{cccccc} \frac{1}{2}\multsp \left(1+{\sqrt{5}}\right)&-&-&-&-&....\\ \frac{1}{4}\multsp \left(2+{\sqrt{8}}\right)&\frac{1}{4}\multsp \left(1+{\sqrt{5}}\right)&-&-&-&....\\ \frac{1}{6}\multsp \left(3+{\sqrt{13}}\right)&-&\frac{1}{6}\multsp \left(1+{\sqrt{5}}\right)&-&-&.... \\ \frac{1}{8}\multsp \left(4+{\sqrt{20}}\right)&-&-&\frac{1}{8}\multsp \left(1+{\sqrt{5}}\right)&-&.... \\ \frac{1}{10}\multsp \left(5+{\sqrt{29}}\right)&-&-&-&\frac{1}{10}\multsp \left(1+{\sqrt{5}}\right)&....\\....&....&....&....&....&.... \end{array}\right)[/tex]

Is it,
A(11, 13)=O.6867????
May1-05, 03:09 PM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
my first guess:

A(3,2) = 0.80473...
May1-05, 03:21 PM   #9
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Quote by marcus
my first guess:

A(3,2) = 0.80473...
Ahh! I see that my proposal is the same as bicycle tree gave in post #6, just two posts back.

I would also say, like bicycle tree, that

A(9,11) = 0.0.06867...

so he and I must be using the same formula for the general term A(r,c)
May1-05, 11:45 PM   #10
 
Folks, none of the proposed answers match my series - either there are two solutions which would surprise me. So lets check marcus' or bicycletree's solution.

For the answers to be correct, each induvidual row or column also forms its own logical arithmic series .
May2-05, 12:09 AM   #11
 
The formula I got is:
A(r, c) = 1/(2*r)*(r-c+1+sqrt((r-c+2)^2-2(r-c)+1))
That matches the values you've given.
May2-05, 12:36 AM   #12
 
Quote by BicycleTree
The formula I got is:
A(r, c) = 1/(2*r)*(r-c+1+sqrt((r-c+2)^2-2(r-c)+1))
That matches the values you've given.
OOPS - redface shame etc

It is not the solution I had in mind - so you are correct. The solution I had in mind has a further property

[tex]\frac {A[r,c]}{A[n.r,n.c]} = n [/tex]
Thread Closed

Similar discussions for: Complete the Array Series
Thread Forum Replies
Array correlation Calculus 0
Complete theory ever complete? General Discussion 1
please complete series Linear & Abstract Algebra 9
converting from an array of function values to coordinate array of different length Programming & Comp Sci 3
FOR loop and array help Computing & Technology 4