What's the difference? why n cannot be infinity ( according to blamocur n value is bounded between 3≤n<100 but I don't understand how did he do that...)No no, n can NOT be infinity. It can be as large as you like, but not infinity.
What's the difference? why n cannot be infinity ( according to blamocur n value is bounded between 3≤n<100 but I don't understand how did he do that...)No no, n can NOT be infinity. It can be as large as you like, but not infinity.
I used SymPy script/program for symbolic computation and NumPy for numerical one. In the latter case I generated matrices for random values of a and b, and they all yielded determinant of zero for n>2.what you meant by saying numerical script and symbolic script?![]()
But do you know that if for some vector v we have Mv=0 or vM=0, and v=0 then det(M)=0 ?hmn somehow I haven't learnt vector multiply with a matrix but I'll try to do it now I may give you an answer 2moro if you don't mind![]()
IF 3≤n<100, then how can n be infinity?What's the difference? why n cannot be infinity ( according to blamocur n value is bounded between 3≤n<100 but I don't understand how did he do that...)
For n = 3, the matrix isView attachment 36651
for n = 3 we have two rows are the same which means Det is equal to 0
I do have one question, if n=3, then why are there 4 rows and 4 columns?View attachment 36651
for n = 3 we have two rows are the same which means Det is equal to 0
Because it is easier to get duplicates ?I do have one question, if n=3, then why are there 4 rows and 4 columns?
Sounds reasonable.Because it is easier to get duplicates ?![]()
I don't understand. Why is n = 3 the Determinant will have that form?For n = 3, the matrix is
⎝⎛cos(a1−b1)cos(a1−b2)cos(a1−b3)cos(a2−b1)cos(a2−b2)cos(a2−b3)cos(a3−b1)cos(a3−b2)cos(a3−b3)⎠⎞
There will never be duplicate rows.
-Dan
Can you propose a different form for n=3 ?I don't understand. Why is n = 3 the Determinant will have that form?
I see, I misunderstood the 'n'Can you propose a different form for n=3 ?
an and bn stops existing after n=3 (for 0<n<4) - look at your OP carefully.