MathGroup Archive 1995

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

Search the Archive

Re: question: {a,b,c}->{{a,b},{b,c}}??

  • Subject: [mg2478] Re: question: {a,b,c}->{{a,b},{b,c}}??
  • From: rmj at leland.Stanford.EDU (Roger M. Jones)
  • Date: Mon, 13 Nov 1995 03:29:33 GMT
  • Approved: usenet@wri.com
  • Distribution: local
  • Newsgroups: wri.mathgroup
  • Organization: Stanford University, CA 94305, USA
  • Sender: daemon at wri.com ( )

In[1]=Partition[{a,b,c},2,1]
Out[1]={{a, b}, {b, c}}


Also, my work requires details of how PolynomialFit
performs (it is obviously very similarly to the LSE Fit
function but the details are very important).

I would very much appreciate any insight anyone (including those at WRI) has
on this fitting package.

Yours,

Roger Jones 
(rmj at leland.stanford.edu)
-- 
Regards,

Roger

(rmj@leland)


  • Prev by Date: Re: Re: Help on Infinite Series
  • Next by Date: Turn off Cell Names (In/Out Names) in mma Screen Display?
  • Previous by thread: question: {a,b,c}->{{a,b},{b,c}}??
  • Next by thread: Re: question: {a,b,c}->{{a,b},{b,c}}??