Path: csiph.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: William Unruh Newsgroups: comp.soft-sys.math.maple Subject: Re: simplify Date: Tue, 15 Aug 2017 14:42:54 -0000 (UTC) Organization: A noiseless patient Spider Lines: 41 Message-ID: References: <110820170417192973%edgar@math.ohio-state.edu.invalid> <150820170636106738%edgar@math.ohio-state.edu.invalid> Injection-Date: Tue, 15 Aug 2017 14:42:54 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="07e5e449c72e54b6a099c132fbfb396b"; logging-data="3676"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+SXxgFD0BPqy2oeLOOQWD6" User-Agent: slrn/1.0.1 (Linux) Cancel-Lock: sha1:ZMPosB+RK7luIyJ5FiI5g0Sh/gw= Xref: csiph.com comp.soft-sys.math.maple:1242 On 2017-08-15, G. A. Edgar wrote: > In article , William Unruh > wrote: > >> On 2017-08-11, G. A. Edgar wrote: >> > >> > Why not give us an example where you get this message? >> > >> >simplify(sqrt((1-2*m(u)/R(u))*R(u)^4)); >> Error, (in simplify) invalid input: `simplify/sqrt/product` uses a 2nd >> argument, n, which is missing >> >> In the sequence of calculations I an doing, stuff like this can occor >> all the time. >> > > In Maple 2015 I get... > >> simplify(sqrt((1-2*m(u)/R(u))*R(u)^4)); > > (-(-R(u)+2*m(u))*R(u)^3)^(1/2) > So, it looks like it is bug introduced into 2016.2 (maybe earlier). >> version(); > > User Interface: 1097895 > Kernel: 1097895 > Library: 1097895 > 1097895 > > Let's see what happens in other versions. I get version(); User Interface: 1194701 Kernel: 1194701 Library: 1194701 >