Forgot password
 Register account
View 350|Reply 1

[函数] $\exp((j+k)(j-k+1)\frac{iπ}{2n})$求和

[Copy link]

3218

Threads

7837

Posts

52

Reputation

Show all posts

hbghlyj posted 2023-4-28 01:18 |Read mode
Last edited by hbghlyj 2024-4-15 13:33来源:forum.php?mod=redirect&goto=findpost& … d=8158&pid=53575
$$n=\sum _{j=0}^{2 n-1} \sum _{k=0}^{2 n-1-j} \exp \left(\frac{i \pi  }{2 n}(j+k) (j-k+1)\right)$$
In[]:= Table[RootReduce@Sum[Exp[I Pi/(2n)(k+j)(j-k+1)],{j,0,2n-1},{k,0,2n-1-j}],{n,10}]
Out[]= {1,2,3,4,5,6,7,8,9,10}

3218

Threads

7837

Posts

52

Reputation

Show all posts

original poster hbghlyj posted 2023-5-6 17:24
Last edited by hbghlyj 2025-1-16 18:16🕵️列表观察规律
  1. Do[Print@Grid[Table[Exp[I Pi/(2n)Mod[(k+j)(j-k+1),4n,-2n]],{j,0,2n-1},{k,0,2n-1-j}],Frame->All],{n,2,4}]
Copy the Code
n=2 105410nzkmpj996e0j6e0e.png
n=3 105410nzkmpj996e0j6e0e.png
n=4 1.png

蓝色区域沿横轴线$j=\frac{(n-1)+n}2$消掉     $\forall k\in\{0,\dots,j\}:$\[0=\exp\left({i\pi\over 2n}(j+k)(j-k+1)\right)+\exp\left({i\pi\over 2n}((2n-1-j)+k)((2n-1-j)-k+1)\right)\]
红色区域沿纵轴线$k=\frac{n+(n+1)}2$消掉     $\forall k\in\{j+2,\dots,2n-1-j\}:$\[0=\exp\left({i\pi\over 2n}(j+k)(j-k+1)\right)+\exp\left({i\pi\over 2n}(j+(2n+1-k))(j-(2n+1-k)+1)\right)\]
math.stackexchange.com/questions/5024008/sum- … t-sin-left-frack-pi2

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-21 11:49 GMT+8

Powered by Discuz!

Processed in 0.013887 seconds, 29 queries