MathGroup Archive 2012

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

Search the Archive

Re: Simplify

  • To: mathgroup at smc.vnet.net
  • Subject: [mg127674] Re: Simplify
  • From: David Bailey <dave at removedbailey.co.uk>
  • Date: Tue, 14 Aug 2012 04:23:42 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <k0a9r3$hgh$1@smc.vnet.net>

On 13/08/2012 08:20, news wrote:
> Hi folks,
>
> Simplify must result:
>
> Simplify[(1 + Sin[x] - Cos[x])/(1 + Sin[x] + Cos[x]) == Tan[x/2]]
> True
>
> but why instead it results:
>
> Simplify[(1 + Sin[x] - Cos[x]) / (1 + Sin[x] + Cox[x]) ==  Tan[x/2]]
>
> ((Cos[x] - Cox[x])*Tan[x/2]) / (1 + Cox[x] + Sin[x]) == 0
>
> Thanks.
>
> Max.
>
Probably because you wrote Cox instead of Cos!!!

The syntax colouring could have solved that problem. Notice how when you 
fix the mistake, the function name turns from blue to black (assuming 
default settings).

David Bailey
http://www.dbaileyconsultancy.co.uk




  • Prev by Date: NDSolve curve - obtain single value from curve at t:=d
  • Next by Date: How to draw several contours for one function, while only one contour
  • Previous by thread: Re: Simplify
  • Next by thread: Re: Simplify