MathGroup Archive 2005

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

Search the Archive

Re: An Array of Equation Parameters

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59911] Re: [mg59861] An Array of Equation Parameters
  • From: Pratik Desai <pdesai1 at umbc.edu>
  • Date: Thu, 25 Aug 2005 06:33:53 -0400 (EDT)
  • References: <200508241030.GAA11991@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

acvwilson at gmail.com wrote:

>This seems like a fairly easy problem in other languages but I can't
>figure out how to do it in Mathematica.
>
>I am trying to set up an array of equation parameters, where each entry
>in the array is a list of parameters for a function.  I also don't know
>how to get values out of a list to plug into the function.  If anyone
>knows how to solve this problem please help me out.
>
>Thanks,
>Asa
>
>  
>
Maybe what you are looking for is CoefficientArrays or CoefficientList 
and Thread


There is a nice example of how this works in Linear Algebra in 
Mathematica ->Converting Equations to Sparse Arrays

Hope this helps

Pratik

-- 
Pratik Desai
Graduate Student
UMBC
Department of Mechanical Engineering
Phone: 410 455 8134



  • Prev by Date: Re: An Array of Equation Parameters
  • Next by Date: Re: An Array of Equation Parameters
  • Previous by thread: An Array of Equation Parameters
  • Next by thread: Re: An Array of Equation Parameters