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

Add function for Goldbach's conjecture #16113

Closed
divyanshu132 opened this issue Mar 1, 2019 · 3 comments
Closed

Add function for Goldbach's conjecture #16113

divyanshu132 opened this issue Mar 1, 2019 · 3 comments

Comments

@divyanshu132
Copy link
Member

Goldbach's conjecture says, Every even integer greater than 2 can be expressed as the sum of two primes.
https://en.wikipedia.org/wiki/Goldbach%27s_conjecture

Take for example:
100 = 3 + 97
4 = 2 + 2
@jhanwar
Copy link
Contributor

jhanwar commented Mar 1, 2019

I would like to take this issue.

@divyanshu132
Copy link
Member Author

I would like to take this issue.

@jhanwar I myself working on this.

@smichr
Copy link
Member

smichr commented Mar 1, 2019

SymPy is not really the vehicle for proving a conjecture like this.

@smichr smichr closed this as completed Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants