Re: [Mathematica] simplification question of (1/x)^n * x^n ----> 1 ?
- From: "Nasser Abbasi" <nma@xxxxxxxxx>
- Date: Sun, 30 Sep 2007 20:44:10 -0700
"Bhuvanesh" <BhuvaneshBhatt@xxxxxxxxx> wrote in message
news:6285672.1191198802693.JavaMail.jakarta@xxxxxxxxxxxxxxxxxxxxxxxxx
(1/x)^n*x^n is not always 1.
In[1]:= (1/x)^n*x^n /. {x->-1, n->Pi}
2 Pi
Out[1]= (-1)
In[2]:= N[%]
Out[2]= 0.629682 + 0.776853 I
Bhuvanesh,
Wolfram Research
Thanks. It seems the thing that makes the difference is if one cay carry the
exponent inside the brackets or not.
When doing this by hand, when I see (a/b)^n, I can rewrite it as (a^n /
b^n) right? at least I hope so :) I think this is called the dividing of
powers rule of something like that. (high school stuff.)
So the question now is this: is (1/x)^Pi = 1/x^Pi ? According to
Mathematica these are NOT the same.
Yet when type 1^Pi Mathematica responds with 1.
And when I type (1/x^Pi)*x^Pi it also gives 1.
And when I type (1^Pi/x^Pi)*x^Pi it also gives 1.
So, This must mean that (1/x)^Pi is not the same 1/x^Pi becuase that is
the only thing that is stoping it to be 1.
And this is the part that I do not understand.
Nasser
.
- Follow-Ups:
- Re: [Mathematica] simplification question of (1/x)^n * x^n ----> 1 ?
- From: Robert Israel
- Re: [Mathematica] simplification question of (1/x)^n * x^n ----> 1 ?
- From: David W . Cantrell
- Re: [Mathematica] simplification question of (1/x)^n * x^n ----> 1 ?
- References:
- [Mathematica] simplification question of (1/x)^n * x^n ----> 1 ?
- From: Nasser Abbasi
- Re: [Mathematica] simplification question of (1/x)^n * x^n ----> 1 ?
- From: Bhuvanesh
- [Mathematica] simplification question of (1/x)^n * x^n ----> 1 ?
- Prev by Date: Re: [Mathematica] simplification question of (1/x)^n * x^n ----> 1 ?
- Next by Date: Re: [Mathematica] simplification question of (1/x)^n * x^n ---->
- Previous by thread: Re: [Mathematica] simplification question of (1/x)^n * x^n ----> 1 ?
- Next by thread: Re: [Mathematica] simplification question of (1/x)^n * x^n ----> 1 ?
- Index(es):
Relevant Pages
|