MathGroup Archive 2014

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

Search the Archive

Part Function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132250] Part Function
  • From: Fred Najmy <fnajmy at gmail.com>
  • Date: Thu, 23 Jan 2014 03:34:45 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net

I have a Mathematica script containing the following line:

v[k_] := SetAccuracy(2*(Part[Q1[[k]],1]),45]

where Q1 is a 96 x 96 matrix.

Is Part[Q1[[k]],1] the same as Q1[k,1]?  If not, what is it returning?

Any help appreciated.



  • Prev by Date: Re: How to show 1+2+3+ ... = -1/12 using Mathematica's symbols?
  • Next by Date: Re: How to show 1+2+3+ ... = -1/12 using Mathematica's symbols?
  • Previous by thread: Re: How to show 1+2+3+ ... = -1/12 using
  • Next by thread: Re: Part Function