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

Crypto - sugar free candies equation help #2

Open
jg777 opened this issue Oct 24, 2024 · 0 comments
Open

Crypto - sugar free candies equation help #2

jg777 opened this issue Oct 24, 2024 · 0 comments

Comments

@jg777
Copy link

jg777 commented Oct 24, 2024

This equation is not working, any help on fixing it?

def solve_system(x, y, z, v1, v2, v3, v4):
		return solve([
                	x**3 + z**2 + y == v1,
                  y**3 + x**2 + z == v2,
                  z**3 + y**2 + x == v3,
                  x + y + z == v4
                ], x, y, z, solution_dict=True)[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant