AxiomOfChoice
- 531
- 1
Mathematica: Why isn't this command with "Assuming" working?
I'm trying to execute the following command:
Assuming[g >= 0 && t >= 0, Refine[Abs[1 + I g t ]]]
I expect it to spit out
<br /> \sqrt{1+t^2g^2},<br />
but instead I'm just getting
<br /> \text{Abs}[1 + i g t],<br />
which is obviously pretty worthless. Does anyone see what I'm doing wrong?
I'm trying to execute the following command:
Assuming[g >= 0 && t >= 0, Refine[Abs[1 + I g t ]]]
I expect it to spit out
<br /> \sqrt{1+t^2g^2},<br />
but instead I'm just getting
<br /> \text{Abs}[1 + i g t],<br />
which is obviously pretty worthless. Does anyone see what I'm doing wrong?