From owner-freebsd-questions@FreeBSD.ORG Fri Jun 3 11:46:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1A4D16A41C for ; Fri, 3 Jun 2005 11:46:27 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A0E43D1D for ; Fri, 3 Jun 2005 11:46:27 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by zproxy.gmail.com with SMTP id 12so933000nzp for ; Fri, 03 Jun 2005 04:46:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding:from; b=hZJTItuU0xuwNmar4XFirSutrUrVxW2T817VHMIUZ94DwzwwBXiUVK2o5Etfa2zVv1Hs9a0UEozmR8t//D6WwroZY8iiDEs3DzUM1htDqHOJdPep3hfzrl8+aldyUAbfxpqzAIN0u/kp0l9s0J5uG5dSJPaPExtOJtlLETkLzd8= Received: by 10.36.222.67 with SMTP id u67mr1236119nzg; Fri, 03 Jun 2005 04:46:26 -0700 (PDT) Received: from ?192.168.0.4? ([24.30.63.114]) by mx.gmail.com with ESMTP id c12sm2098046nzc.2005.06.03.04.46.25; Fri, 03 Jun 2005 04:46:26 -0700 (PDT) Message-ID: <42A0430C.1040502@asu.edu> Date: Fri, 03 Jun 2005 07:46:20 -0400 User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050501) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, sf@slappy.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: "Anthony M. Agelastos" Cc: Subject: Maxima 5.9.1 problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2005 11:46:28 -0000 Hello all, I am experiencing some problems with Maxima, namely with the plotting and with some of the self tests. For the former, it only creates the plots in an external Gnuplot window, even if I go to [Options] / [Plot Windows] / [Embedded]. I am primarily familiar with embedded plots and their ability to rotate with the mouse (left or middle click I do believe), but I also assumed the same could be done with the [Separate] plot windows but on this version it cannot. Then, to satisfy my own curiosity, I did [Maxima] / [Run Tests] and there were multiple problems. In case it is desired, I am running FreeBSD 5.4-STABLE (see uname output below) with a kernel that is GENERIC+SSE. Any assistance would be greatly appreciated. Thank you. Oh, just in case it is also needed, Maxima 5.9.1 is using LIsp CMU Common Lisp 19a (should be the default because I didn't change any settings). ast# uname -a FreeBSD ast.home.iq 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun May 29 10:30:27 EDT 2005 root@ast.home.iq:/usr/obj/usr/src/sys/IQKERNEL i386 ###### Test Output ###### Running tests in rtest1.mac: 28/28 tests passed. Running tests in rtest1a.mac: 23/23 tests passed. Running tests in rtest2.mac: 47/47 tests passed. Running tests in rtest4.mac: 82/82 tests passed. Running tests in rtest5.mac: 51/51 tests passed. Running tests in rtest6.mac: 4/4 tests passed. Running tests in rtest6a.mac: 56/56 tests passed. Running tests in rtest6b.mac: 16/16 tests passed. Running tests in rtest7.mac: 41/41 tests passed. Running tests in rtest9.mac: 77/77 tests passed. Running tests in rtest9a.mac: 18/18 tests passed. Running tests in rtest10.mac: 38/38 tests passed. Running tests in rtest11.mac: 86/86 tests passed. Running tests in rtest13.mac: 24/24 tests passed. Running tests in rtest13s.mac: 16/16 tests passed. Running tests in rtest14.mac: 64/64 tests passed. Running tests in rtest15.mac: ; ; Warning: This variable is undefined: ; |$i| ; ; ; Warning: This variable is undefined: ; |$i| ; 142/142 tests passed. Running tests in rtestode.mac: 64/64 tests passed. Running tests in rtestode_zp.mac: 30/30 tests passed. Running tests in rtestflatten.mac: 32/32 tests passed. Running tests in rtest3.mac: ********************** Problem 94 *************** Input: TRIGSIMP(%) Result: 4 2 3 SINH (X) + (COSH (X) + 1) SINH (X) ---------------------------------- 5 COSH (X) This differed from the expected result: 3 4 5 2 SINH (X) + SINH (X) + SINH (X) -------------------------------- 5 COSH (X) 93/94 tests passed. The following 1 problem failed: (94) Running tests in rtest8.mac: 50/50 tests passed. Running tests in rtest12.mac: 74/74 tests passed. Running tests in rexamples.mac: 136/136 tests passed. Error summary: Error found in /usr/local/share/maxima/5.9.1/tests/rtest3.mac, problem: (94) ###### End Test Output ######