|
[Date Index]
[Thread Index]
[Author Index]
Conjugate
- To: mathgroup at smc.vnet.net
- Subject: [mg129990] Conjugate
- From: 遠山聡一 <st.merl.ebina at gmail.com>
- Date: Sat, 2 Mar 2013 03:46:51 -0500 (EST)
- 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
I executed following inputs:
Exit[]
Element[{A, B}, Complexes];
Conjugate[A + B] == Conjugate[A] + Conjugate[B]
I expected "True" on the last input, but Mathematica's output was:
Conjugate[A + B] == Conjugate[A] + Conjugate[B]
Why didnt Mathematica answer "True"?
Thanks.
Prev by Date:
Re: "Error" definition for nonlinear fit deviating from data points
Next by Date:
Re: Conjugate
Previous by thread:
Re: "Error" definition for nonlinear fit deviating from data points
Next by thread:
Re: Conjugate
|