|
[Date Index]
[Thread Index]
[Author Index]
Re: Simplify
- To: mathgroup at smc.vnet.net
- Subject: [mg127663] Re: Simplify
- From: "Dr. Wolfgang Hintze" <weh at snafu.de>
- Date: Tue, 14 Aug 2012 04:20:01 -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 Aug., 09:20, "news" <n... at newsfe03.iad.highwinds-media.com>
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.
>
>
Max, I get
In[90]:= Simplify[(1 + Sin[x] - Cos[x])/(1 + Sin[x] + Cos[x])]
Out[90]= Tan[x/2]
and also
In[89]:= Simplify[(1 + Sin[x] - Cos[x])/(1 + Sin[x] + Cos[x]) == Tan[x/
2]]
Out[89]= True
and I don't see where you strange second line may come from.
Best Ragards,
Wolfgang
Prev by Date:
Re: how does Rotate in 2D work?
Next by Date:
Re: Simplify
Previous by thread:
Re: Simplify
Next by thread:
Re: Simplify
|