MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

simplification

  • To: mathgroup at smc.vnet.net
  • Subject: [mg121838] simplification
  • From: dimitris <dimmechan at yahoo.com>
  • Date: Tue, 4 Oct 2011 01:33:37 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Hello.

Let

o1 = 1 + Sqrt[15 + 2*Sqrt[35] + 2*Sqrt[6*(6 + Sqrt[35])]];
o2 = 1 + Sqrt[3] + Sqrt[5] + Sqrt[7];

o1 is equal to o2.

o1 == o2 // FullSimplify
True

The question is how to make Mathematica to simplify o1 to o2.

Thanks
Dimitris



  • Prev by Date: Re: count zeros in a number
  • Next by Date: Solving a simple equation
  • Previous by thread: Re: Solve - takes very long time
  • Next by thread: Re: simplification