Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.maple > #213
| From | clicliclic@freenet.de |
|---|---|
| Newsgroups | comp.soft-sys.math.maple, sci.math.symbolic |
| Subject | Re: How to I get Maple to spit out 1? |
| Date | 2011-07-14 22:30 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <4E1F51D8.C16B7F4A@freenet.de> (permalink) |
| References | <SalmonEgg-AD7243.16274013072011@news60.forteinc.com> <987jtmF301U1@mid.individual.net> |
Cross-posted to 2 groups.
Axel Vogt schrieb: > On 14.07.2011 01:27, Salmon Egg wrote: > > > > I already know the answer. > > > > If I get to an expression > > > > z := x*exp(-(1/2)*x)/(2*sinh((1/2)*x))*((exp(x)-1)/x) > > > > How do I get Maple to spit out 1? simplify does not do it. > > > > [...] > > For guessing I often just plot as a first step ... > > Difficult to say, though I would expect that Maple would try > to convert hyperbolics to exp, as we would do, since other > exp terms are present. > > [...] Derive 6.10 handles this automatically. Here is the stepwise simplification: x*EXP(-1/2*x)/(2*SINH(1/2*x))*((EXP(x)-1)/x) " SINH(z) -> #e^z/2-#e^(-z)/2 " x*#e^(-x/2)*(#e^x-1)/(2*x*(#e^(x/2)/2-#e^(-x/2)/2)) " e^(z)*#e^(w) -> #e^(z+w) " (x*#e^(x/2)-x*#e^(-x/2))/(2*x*(#e^(x/2)/2-#e^(-x/2)/2)) " one final step " 1 Martin.
Back to comp.soft-sys.math.maple | Previous | Next — Previous in thread | Find similar
How to I get Maple to spit out 1? Salmon Egg <SalmonEgg@sbcglobal.net> - 2011-07-13 16:27 -0700
Re: How to I get Maple to spit out 1? Axel Vogt <&noreply@axelvogt.de> - 2011-07-14 09:24 +0200
Re: How to I get Maple to spit out 1? "G. A. Edgar" <edgar@math.ohio-state.edu.invalid> - 2011-07-14 06:20 -0600
Re: How to I get Maple to spit out 1? Salmon Egg <SalmonEgg@sbcglobal.net> - 2011-07-14 05:23 -0700
Re: How to I get Maple to spit out 1? Axel Vogt <&noreply@axelvogt.de> - 2011-07-14 21:48 +0200
Re: How to I get Maple to spit out 1? Evan24 <ha15@earthlink.net> - 2011-07-14 15:19 +0000
Re: How to I get Maple to spit out 1? clicliclic@freenet.de - 2011-07-14 22:30 +0200
csiph-web