MathGroup Archive 2004

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

Search the Archive

A question about function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49308] A question about function
  • From: Feng-Yin Chang <fychang at slac.stanford.edu>
  • Date: Tue, 13 Jul 2004 04:32:40 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi all,
      I have a small question which bother me for a while.
      For a  variable i(for any data type), I want to define a function
      like
      g[i_]:={a[i],b[i],c[i],d[i]....} .
      (g,a,b,c,d,...are all functions or command)

      for example
      g[i]:={Max[i],Min[i]}

      Is it possible to  gather the list of  function like
      g[i_]:={a,b,c,d,..}[i] in Mathematica?

     It is convenient to have a list of testing different functions.

                                                      Regards,
                                                      Feng-Yin Chang


  • Prev by Date: Re: Matrix Manipulation: deletion of rows and columns
  • Next by Date: RE: Matrix Manipulation: deletion of rows and columns
  • Previous by thread: Re: Sum of list elements
  • Next by thread: Re: A question about function