MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Kernel crash using Z transform, version 7, windows XP, SP2.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109314] Kernel crash using Z transform, version 7, windows XP, SP2.
  • From: "Nasser M. Abbasi" <nma at 12000.org>
  • Date: Wed, 21 Apr 2010 04:32:36 -0400 (EDT)

Warning, do not run this before saving your work:

In[1]:= ClearAll["Global`*"];

expr = 0.20056791381984598*I*E^((-2.3120000000000003 - 
2.4929211780559766*I)*n) -
   0.20056791381984598*I*E^((-2.3120000000000003 + 2.4929211780559766*I)*n);

ZTransform[expr, n, z, Method -> "Holonomic"]

*kernel crash*

But when I do

ZTransform[expr, n, z]

I was getting errors General::lrgexp, but no crash.

The above is an expression generated internally from a program I am working 
on, depending on the input parameters, sometimes I get these errors and 
sometimes I do not, since the expr will be different each time depending on 
the parameters that are entered.

So I was trying to find where the error was coming from. I do not really 
understand why this error message is coming. Must be something internal to 
Ztransform.

I will send a bug report to WRI support also.

--Nasser



  • Prev by Date: Re: copying graphs to ppp
  • Next by Date: Using Grid or Row to layout controls inside Manipulate conflicting with Delimiter showing up?
  • Previous by thread: Solving Non-linear Differential Equations using DSolve
  • Next by thread: Using Grid or Row to layout controls inside Manipulate conflicting with Delimiter showing up?