rtoy / maxima

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

3*sqrt(2)/sqrt(3)/sqrt(6) != 1 #1044

Open rtoy opened 4 months ago

rtoy commented 4 months ago

Imported from SourceForge on 2024-07-03 22:31:57 Created by kirr on 2007-01-19 16:18:52 Original: https://sourceforge.net/p/maxima/bugs/1078


Maxima can't simplify this to 1::

(%i1) 3*sqrt(2)/sqrt(3)/sqrt(6); 3 sqrt(2) (%o1) --------------- sqrt(3) sqrt(6)

----

(%i2) %^2; (%o2) 1

(%i3) build_info();

Maxima version: 5.11.0cvs Maxima build date: 19:58 1/12/2007 host type: i686-pc-linux-gnu lisp-implementation-type: GNU Common Lisp (GCL) lisp-implementation-version: GCL 2.6.6

rtoy commented 4 months ago

Imported from SourceForge on 2024-07-03 22:31:58 Created by rtoy on 2007-01-19 17:47:35 Original: https://sourceforge.net/p/maxima/bugs/1078/#91d5


Logged In: YES user_id=28849 Originator: NO

radcan(%o1) -> 1.

rtoy commented 4 months ago

Imported from SourceForge on 2024-07-03 22:32:01 Created by kirr on 2007-01-21 10:09:19 Original: https://sourceforge.net/p/maxima/bugs/1078/#c1e2


Logged In: YES user_id=834496 Originator: YES

So is this a bug or one should always use radcan?

rtoy commented 4 months ago

Imported from SourceForge on 2024-07-03 22:32:05 Created by macrakis on 2007-01-21 22:10:15 Original: https://sourceforge.net/p/maxima/bugs/1078/#7eba


Logged In: YES user_id=588346 Originator: NO

I count it as a bug, and a serious one. Radcan shouldn't be necessary for simple cases like this.

rtoy commented 4 months ago

Imported from SourceForge on 2024-07-03 22:32:08 Created by macrakis on 2007-01-21 22:10:15 Original: https://sourceforge.net/p/maxima/bugs/1078/#9fea