rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

Something strange with solving, essentially, a quadratic equation #85

Open rtoy opened 1 week ago

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-01 18:05:50 Created by plgap on 2017-04-18 09:57:22 Original: https://sourceforge.net/p/maxima/bugs/3302


(%i1) display2d: false $ (%i2) eq: 8x^^(-1)+1/2-x $ (%i3) solve(eq,[x]); (%o3) [x = (16x^^(-1)+1)/2] (%i4) buildinfo(); (%o4) %buildinfo("5.39.0","2017-02-11 15:57:57","x8664-pc-linux-gnu", "CLISP", "2.49 (2010-07-07) (built 3690787047) (memory 3695806678)")

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-01 18:05:51 Created by plgap on 2017-04-18 10:01:09 Original: https://sourceforge.net/p/maxima/bugs/3302/#f6bf


Sorry, please delete this post: I simply put ^^ where just ^ must have been.

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-01 18:05:54 Created by kjak on 2017-04-18 12:55:21 Original: https://sourceforge.net/p/maxima/bugs/3302/#bcfd


rtoy commented 1 week ago

Imported from SourceForge on 2024-07-01 18:05:56 Created by kjak on 2017-04-18 12:55:21 Original: https://sourceforge.net/p/maxima/bugs/3302/#3576


OK, I'm closing this as wont-fix.