From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Valery Pipin Organization: Institute of Solar-Terrestrial Physics To: ALT Linux Sisyphus discussion list Subject: addto:Re: [sisyphus] =?windows-1251?q?=CE=F8=E8=E1=EA=E0_=E2?= maxima-5.9.2-alt1 Date: Fri, 28 Oct 2005 18:57:17 +0900 User-Agent: KMail/1.8.3 References: <200510281236.21647.serpiph@nikiet.ru> In-Reply-To: <200510281236.21647.serpiph@nikiet.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200510281857.17226.pip@iszf.irk.ru> X-Virus-Scanned: ClamAV version 0.84rc1, clamav-milter version 0.84d on ns.iszf.irk.ru X-Virus-Status: Clean X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 09:57:36 -0000 Archived-At: List-Archive: List-Post: factorsum( diff(%e^x/sqrt(1-C*%e^(2*x)),x));? В сообщении от Friday 28 October 2005 17:36 Epiphanov Sergei написал(a): > Вот эта команда: > > diff(%e^x/sqrt(1-C*%e^(2*x)),x); > > выдаёт > > x 3 x > %e %e C > ----------------- + ---------------- > 2 x 2 x 3/2 > sqrt(1 - %e C) (1 - %e C) > > а должно быть > > x > %e > --------------- > 2 x 3/2 > (1 - %e C) > > > Проверял руками.