Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

五次方程部分方法错误 #3

Open
oovm opened this issue Jan 4, 2018 · 2 comments
Open

五次方程部分方法错误 #3

oovm opened this issue Jan 4, 2018 · 2 comments
Labels

Comments

@oovm
Copy link
Owner

oovm commented Jan 4, 2018

超几何函数解错误

级数法解错误

@oovm oovm added the bug label Jan 4, 2018
@oovm
Copy link
Owner Author

oovm commented Jan 4, 2018

@oovm
Copy link
Owner Author

oovm commented Jan 4, 2018

可能有帮助的公式

RootHypergeometric[n_Integer,m_,t_]:=Sum[
	(-(1/((n-1)*k!)))*t^k*E^((2*Pi*I*(k-1)*m)/(n-1))*
		Pochhammer[(k-1)/(n-1)+1,k-1]*HypergeometricPFQ[Range[n-1]/n+(k-1)/(n-1),
		Delete[Range[k+1,k+n-1],-k+n-1]/(n-1),n*((n*t)/(n-1))^(n-1)],{k,0,n-2}
];
Root[#1^5-#1+1&,2]//N
N@RootHypergeometric[5,1,1]//Chop

但是有根错位的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant