mirchaemanuel / symja

Automatically exported from code.google.com/p/symja
1 stars 0 forks source link

Cubic Function Solve Issue #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Solve[Equal[(x-1.5)(x-1)(x-2), 0], x]
2.
3.

What is the expected output?
{{x->1.5},{x->2},{x->1}}

 What do you see instead?
Solve[(x-1.5)*(x-2)*(x-1)==0,x]

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by msafiyul...@gmail.com on 30 Apr 2012 at 9:37

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Solve[] is a symbolic function and requires symbolic input.
Please try:
Solve[Equal[(x-3/2)(x-1)(x-2), 0], x]

Original comment by axelclk@gmail.com on 30 Apr 2012 at 1:05

GoogleCodeExporter commented 8 years ago
Thanks for your help..

On Mon, Apr 30, 2012 at 6:34 PM, <symja@googlecode.com> wrote:

Original comment by msafiyul...@gmail.com on 1 May 2012 at 6:37

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 19 May 2012 at 4:25