MathGroup Archive 2004

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

Search the Archive

Controlling function arguments

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48817] Controlling function arguments
  • From: Virgil Stokes <Virgil.Stokes at it.uu.se>
  • Date: Thu, 17 Jun 2004 04:07:39 -0400 (EDT)
  • Organization: Systems & Control
  • Sender: owner-wri-mathgroup at wolfram.com

I found the following Mathematica code:

  NumberVectorQ[x_] := VectorQ[x] && And @@ NumberQ /@ x;
  functionx[k_Integer?Positive, v_?NumberVectorQ, w_?NumberVectorQ, 
q_?NumberVectorQ] := .....

where, I have left out the body of this function (functionx). What does 
the first line actually accomplish?

--V. Stokes





  • Prev by Date: Re: Integrating UnitSteps
  • Next by Date: Re: I have sounds in Mathematica -> want sound files
  • Previous by thread: Re: Re: Question about Hold
  • Next by thread: Re: Controlling function arguments