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

Solve[7^x-x==47, x] missed the 2nd root: 2 #916

Open
tranleduy2000 opened this issue Feb 16, 2024 · 0 comments
Open

Solve[7^x-x==47, x] missed the 2nd root: 2 #916

tranleduy2000 opened this issue Feb 16, 2024 · 0 comments
Assignees
Labels

Comments

@tranleduy2000
Copy link
Sponsor Collaborator

There is the input:

Solve[7^x-x==47, x]

Output:

{{π—‘βˆ’>-𝟦𝟩}}

Expected result:

{{x->-47}, {x -> 2}}

There is the both sides graph of the equation:

image
axkr added a commit that referenced this issue Feb 23, 2024
- 916 create 2nd root solution
- 919 improved `Power(Times(...)`, fraction evaluation
@axkr axkr self-assigned this Mar 10, 2024
@axkr axkr added bug and removed enhancement labels Mar 10, 2024
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

2 participants