MathGroup Archive 2010

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

Search the Archive

Re: Crash when using Dot on matrices, v 6.0.2

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106833] Re: Crash when using Dot on matrices, v 6.0.2
  • From: Erik Max Francis <max at alcyone.com>
  • Date: Sun, 24 Jan 2010 05:43:55 -0500 (EST)
  • References: <hjeq3o$fk8$1@smc.vnet.net>

Norbert P. wrote:
> I'm using Mathematica 6.0.2 and the kernel crashes consistently when
> evaluating the line:
> 
> Dot[SparseArray[{i_, i_} -> 1, {2, 2}], Table[Range[2], {2}]]
> 
> It's just a dot product of two matrices. Anyone else getting the same
> problem in v.7? Maybe it's time for me to upgrade.

Works here in 7.0.1 for Linux:

In[1]:= Dot[SparseArray[{i_, i_} -> 1, {2, 2}], Table[Range[2], {2}]]

Out[1]= {{1, 2}, {1, 2}}

-- 
Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
  San Jose, CA, USA && 37 18 N 121 57 W && AIM/Y!M/Skype erikmaxfrancis
   Eternity is very long, especially near the end.
    -- Woody Allen


  • Prev by Date: Re: *newbie* output of ScalarTripleProduct
  • Next by Date: Re: Calculating zeta(1+it) for t in range of 10^12 accurately
  • Previous by thread: Re: Crash when using Dot on matrices, v 6.0.2
  • Next by thread: Re: Crash when using Dot on matrices, v 6.0.2