Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3091 > unrolled thread
| Started by | FranD <seacrofter001@yahoo.com> |
|---|---|
| First post | 2011-06-14 10:14 +0000 |
| Last post | 2011-06-14 10:14 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.soft-sys.math.mathematica
Re: querries FranD <seacrofter001@yahoo.com> - 2011-06-14 10:14 +0000
| From | FranD <seacrofter001@yahoo.com> |
|---|---|
| Date | 2011-06-14 10:14 +0000 |
| Subject | Re: querries |
| Message-ID | <it7c9f$62e$1@smc.vnet.net> |
The ten evaluations below might help clarify.
Francis D.
================================
Simplify[(a c)^b - (a^b)*(c^b), {{a, c, b} \[Element] Complexes}]
-a^b c^b + (a c)^b
Simplify[(a c)^b - (a^b)*(c^b), {{a, c, b} \[Element] Reals}]
-a^b c^b + (a c)^b
Simplify[(a c)^b - (a^b)*(c^b), {{a, c} \[Element] Reals, b \[Element] Integers}]
0
=====================================
Simplify[(a c)^b - (a^b)*(c^b), {{a, c, b} \[Element] Reals, a > 0, c > 0}]
0
Simplify[(a c)^b - (a^b)*(c^b), {{a, c, b} \[Element] Reals, a > 0, c < 0}]
0
Simplify[(a c)^b - (a^b)*(c^b), {{a, c, b} \[Element] Reals, a > 0, c > 0}]
0
Simplify[(a c)^b - (a^b)*(c^b), {{a, c, b} \[Element] Reals, a < 0, c < 0}]
-a^b c^b + (a c)^b
=================================
Simplify[(a*c)^b - (a^b)*(c^b) /. {a -> -1, c -> -1}]
1 - (-1)^(2 b)
Simplify[(a*c)^b - (a^b)*(c^b) /. {b -> 1/2, a -> -1, c -> -1}]
2
Simplify[(a*c)^b - (a^b)*(c^b) /. {b -> 1/4, a -> -1, c -> -1}]
1 - I
================================
> 1) Why does Mathematica not give the value 0 to
> the expression
> (mu*lambda)^(b) - (mu^b)*(lambda^b)? It seems to
> treat the expression (mu*lambda) as a new variable. I
> used the greek letters from the palette in the actual
> expression.
>
> 2) Many times I cannot get Mathematica to
> simplify expressions involving the exponential
> functions, e.g., it won't combine the arguments of
> the Exp functions. Is there a way to force this?
>
> Thanks,
> Tom Savits
> Statistics Department
> University of Pittsburgh
Back to top | Article view | comp.soft-sys.math.mathematica
csiph-web