Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!news-1.dfn.de!news.dfn.de!news.informatik.hu-berlin.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Axel Vogt <&noreply@axelvogt.de> Newsgroups: comp.soft-sys.math.maple Subject: Re: Simplify trigonometric expressions Date: Fri, 14 Aug 2015 16:02:25 +0200 Lines: 16 Message-ID: References: Reply-To: &noreply@axelvogt.de Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net MXDCYONBD8llABmStk+5ZwW/S1qfUIcA2030H/R/EHznumm4o= Cancel-Lock: sha1:EkqHwdpo7D9E7nlrQTPlD5TUzHY= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: Xref: csiph.com comp.soft-sys.math.maple:1179 On 14.08.2015 15:00, Peter Luschny wrote: > How can I teach Maple to simplify these expressions? > I thought this would be peanuts for Maple > (especially as it is peanuts for the competitor). > ... Depends on what one wants do have ... If L denotes the list of your equations then for example convert(L, radical): simplify(%); 2 3 4 4 3 2 [x, x , x , x , (x - 1) (x + x + x + x + 1)]