Skip to content

Solve gives wrong output. #250

Answered by axkr
xwaeaewcrhomesysplug asked this question in Q&A
Discussion options

You must be logged in to vote

If you set the paranthesis you get the expected result:

>> Solve((k+3)/(4)==(k)/2,{k})
{{k->3}}

>> Solve(k+3/(4)==(k)/2,{k})
{{k->-3/2}}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by axkr
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #247 on August 16, 2021 17:04.