Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
(in iroot) powering may produce overflow
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Richard Mathar  
View profile  
 More options Jan 31, 10:06 am
Newsgroups: comp.soft-sys.math.maple
From: mat...@dommel.strw.leidenuniv.nl (Richard Mathar)
Date: Tue, 31 Jan 2012 15:06:08 +0000 (UTC)
Local: Tues, Jan 31 2012 10:06 am
Subject: (in iroot) powering may produce overflow
Has anyone seen this before and is there a way to avoid this error:
    |\^/|     Maple 14 (X86 64 LINUX)
._|\|   |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2010
 \  MAPLE  /  All rights reserved. Maple is a trademark of
 <____ ____>  Waterloo Maple Inc.
      |       Type ? for help.
> Ri^2-(Ri^2-Rj^2-c^2)^2/(2*c)^2 ;

                                                               2     2    2 2
                                                        2   (Ri  - Rj  - c )
                                                      Ri  - -----------------
                                                                     2
                                                                  4 c

> factor(%) ;

Error, (in iroot) powering may produce overflow

This seems to be new when combining Maple 14 with a Fedora 16 system.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Riel  
View profile  
 More options Jan 31, 11:52 am
Newsgroups: comp.soft-sys.math.maple
From: Joe Riel <j...@san.rr.com>
Date: Tue, 31 Jan 2012 08:52:09 -0800
Local: Tues, Jan 31 2012 11:52 am
Subject: Re: (in iroot) powering may produce overflow

It works for me on a Debian system with Maple14 and 15:

    |\^/|     Maple 14 (X86 64 LINUX)
._|\|   |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2010
 \  MAPLE  /  All rights reserved. Maple is a trademark of
 <____ ____>  Waterloo Maple Inc.
      |       Type ? for help.
(**) Ri^2-(Ri^2-Rj^2-c^2)^2/(2*c)^2 ;
                                     2     2    2 2
                              2   (Ri  - Rj  - c )
                            Ri  - -----------------
                                           2
                                        4 c

(**) factor(%) ;                    
                  2     2    2               2     2             2
              (-Rj  + Ri  - c  - 2 Ri c) (-Rj  + Ri  + 2 Ri c - c )
            - -----------------------------------------------------
                                         2
                                      4 c

--
Joe Riel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Axel Vogt  
View profile  
 More options Jan 31, 1:20 pm
Newsgroups: comp.soft-sys.math.maple
From: Axel Vogt <&nore...@axelvogt.de>
Date: Tue, 31 Jan 2012 19:20:14 +0100
Local: Tues, Jan 31 2012 1:20 pm
Subject: Re: (in iroot) powering may produce overflow
On 31.01.2012 16:06, Richard Mathar wrote:

> Has anyone seen this before and is there a way to avoid this error:
>      |\^/|     Maple 14 (X86 64 LINUX)
> ._|\|   |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2010
>   \  MAPLE  /  All rights reserved. Maple is a trademark of
>   <____ ____>   Waterloo Maple Inc.
>        |       Type ? for help.
>> Ri^2-(Ri^2-Rj^2-c^2)^2/(2*c)^2 ;
..
>> factor(%) ;
> Error, (in iroot) powering may produce overflow

> This seems to be new when combining Maple 14 with a Fedora 16 system.

Works for with M12 and M15, classical interface on Win XP

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Richard  
View profile  
 More options Feb 1, 4:08 am
Newsgroups: comp.soft-sys.math.maple
From: Thomas Richard <trich...@maplesoft.com>
Date: Wed, 1 Feb 2012 01:08:30 -0800 (PST)
Local: Wed, Feb 1 2012 4:08 am
Subject: Re: (in iroot) powering may produce overflow
On 31 Jan., 16:06, mat...@dommel.strw.leidenuniv.nl (Richard Mathar)
wrote:

> Has anyone seen this before and is there a way to avoid this error:

Yes: http://www.mapleprimes.com/questions/130220-Maple-15-X86-64-LINUX-Fed...

Fedora 16 apparently broke something (in the shared libraries maybe).
We recommend using one of the supported dristributions. For Maple 15:
http://www.maplesoft.com/products/system_requirements.aspx

For Maple 14 system requirements, please see your Install.html.

--
Thomas Richard
Maplesoft Europe GmbH


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Mathar  
View profile  
 More options Feb 2, 6:31 am
Newsgroups: comp.soft-sys.math.maple
From: mat...@dommel.strw.leidenuniv.nl (Richard Mathar)
Date: Thu, 2 Feb 2012 11:31:50 +0000 (UTC)
Local: Thurs, Feb 2 2012 6:31 am
Subject: Re: (in iroot) powering may produce overflow

I wrote:
>Has anyone seen this before and is there a way to avoid this error:
>> Ri^2-(Ri^2-Rj^2-c^2)^2/(2*c)^2 ;
>                                                               2     2    2 2
>                                                        2   (Ri  - Rj  - c )
>                                                      Ri  - -----------------
>                                                                     2
>                                                                  4 c

>> factor(%) ;
>Error, (in iroot) powering may produce overflow

The problem has gone away: our department has not renewed the Maple
licence citing the unfavorable cost-over-user ratio, so the error does
not bother me anymore.
RJM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
des.johns...@gmail.com  
View profile  
 More options May 18, 6:11 am
Newsgroups: comp.soft-sys.math.maple
From: des.johns...@gmail.com
Date: Fri, 18 May 2012 03:11:18 -0700 (PDT)
Local: Fri, May 18 2012 6:11 am
Subject: Re: (in iroot) powering may produce overflow

Hmm, hasn't gone away for me :) It's still a problem in Maple15 on Ubuntu 12.04 64bit.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Riel  
View profile  
 More options May 18, 10:48 am
Newsgroups: comp.soft-sys.math.maple
From: Joe Riel <j...@san.rr.com>
Date: Fri, 18 May 2012 07:48:43 -0700
Local: Fri, May 18 2012 10:48 am
Subject: Re: (in iroot) powering may produce overflow

It works for me with Maple 14,15,16 on Debian 64 bit.

--
Joe Riel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nasser M. Abbasi  
View profile  
 More options May 18, 6:44 pm
Newsgroups: comp.soft-sys.math.maple
From: "Nasser M. Abbasi" <n...@12000.org>
Date: Fri, 18 May 2012 17:44:52 -0500
Local: Fri, May 18 2012 6:44 pm
Subject: Re: (in iroot) powering may produce overflow
On 5/18/2012 9:48 AM, Joe Riel wrote:

and it works for me on Maple 14 on windows 7, 64 bit OS

     |\^/|     Maple 14 (IBM INTEL NT)
._|\|   |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2010
  \  MAPLE  /  All rights reserved. Maple is a trademark of
  <____ ____>  Waterloo Maple Inc.
       |       Type ? for help.

>  Ri^2-(Ri^2-Rj^2-c^2)^2/(2*c)^2 ;

                                      2     2    2 2
                               2   (Ri  - Rj  - c )
                             Ri  - -----------------
                                            2
                                         4 c

> factor(%);

                   2     2    2               2     2             2
               (-Rj  + Ri  - c  - 2 Ri c) (-Rj  + Ri  + 2 Ri c - c )
             - -----------------------------------------------------
                                          2
                                       4 c


--nasser

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
G. A. Edgar  
View profile  
 More options May 19, 7:49 am
Newsgroups: comp.soft-sys.math.maple
From: "G. A. Edgar" <ed...@math.ohio-state.edu.invalid>
Date: Sat, 19 May 2012 05:49:12 -0600
Local: Sat, May 19 2012 7:49 am
Subject: Re: (in iroot) powering may produce overflow
In article <jp6jd8$pc...@speranza.aioe.org>, Nasser M. Abbasi

Also no problem on Mac.  So ... is this an Ubuntu problem?

--
G. A. Edgar                              http://www.math.ohio-state.edu/~edgar/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
acer  
View profile  
 More options May 19, 4:34 pm
Newsgroups: comp.soft-sys.math.maple
From: acer <ma...@rogers.com>
Date: Sat, 19 May 2012 13:34:55 -0700 (PDT)
Local: Sat, May 19 2012 4:34 pm
Subject: Re: (in iroot) powering may produce overflow
Le mardi 31 janvier 2012 10:06:08 UTC-5, Richard Mathar a écrit :

There is a known compatibility issue in some compiled parts of 64bit Linux Maple 15 which causes a problem with some of the Fedora 16 x86-64 or ubuntu 12.04 x86-64 shared libs.

See this response by (Maplesoft employee) `dskoog` on Mapleprimes:

http://www.mapleprimes.com/questions/130220-Maple-15-X86-64-LINUX-Fed...

The essence of that comment is that the issue should be resolved in Maple 16, and that if users of 64bit Maple 15 on Fedora 16 x86-64 Linux contact supp...@maplesoft.com then some workaround might be possible.

If one hunts around on Mapleprimes, one can see that the same issues appear for ubuntu 12.05 64bit as they do for Fedora 16. So, with luck, a Maple 15 workaround might work for both os those Linux distros.

acer


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
r...@cs.uni.wroc.pl  
View profile  
 More options May 26, 7:17 am
Newsgroups: comp.soft-sys.math.maple
From: r...@cs.uni.wroc.pl
Date: Sat, 26 May 2012 04:17:43 -0700 (PDT)
Local: Sat, May 26 2012 7:17 am
Subject: Re: (in iroot) powering may produce overflow
Hi, I have the same problem.
To reproduce this, it is even enought to ask Maple to compute

> log[2](2);

It seams to be a problem on Ubuntu 12.04 x64.

Has anyone figured out how to solve the problem?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
r...@cs.uni.wroc.pl  
View profile  
 More options May 29, 4:31 pm
Newsgroups: comp.soft-sys.math.maple
From: r...@cs.uni.wroc.pl
Date: Tue, 29 May 2012 13:31:35 -0700 (PDT)
Local: Tues, May 29 2012 4:31 pm
Subject: Re: (in iroot) powering may produce overflow
W dniu sobota, 26 maja 2012 13:17:43 UTC+2 użytkownik r...@cs.uni.wroc.pl napisał:

> Hi, I have the same problem.
> To reproduce this, it is even enought to ask Maple to compute

> > log[2](2);

> It seams to be a problem on Ubuntu 12.04 x64.

> Has anyone figured out how to solve the problem?

Today, I received the response from Maplesoft support.
In short, the solution is to buy Maple 16.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nasser M. Abbasi  
View profile  
 More options May 31, 12:58 am
Newsgroups: comp.soft-sys.math.maple
From: "Nasser M. Abbasi" <n...@12000.org>
Date: Wed, 30 May 2012 23:58:20 -0500
Local: Thurs, May 31 2012 12:58 am
Subject: Re: (in iroot) powering may produce overflow
On 5/29/2012 3:31 PM, r...@cs.uni.wroc.pl wrote:

> W dniu sobota, 26 maja 2012 13:17:43 UTC+2 użytkownik r...@cs.uni.wroc.pl napisał:
>> Hi, I have the same problem.
>> To reproduce this, it is even enought to ask Maple to compute

>>> log[2](2);

>> It seams to be a problem on Ubuntu 12.04 x64.

>> Has anyone figured out how to solve the problem?

> Today, I received the response from Maplesoft support.
> In short, the solution is to buy Maple 16.

It will be nice if companies would publish bugs fixed
in each software release on a web site, so that if someone
is having a problem, then can just look it up and
see, and if it is fixed, and in which release it was
fixed.

--Nasser


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »