MathGroup Archive 2010

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

Search the Archive

Symplify Table

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109004] Symplify Table
  • From: "John Ertle Jr." <ertlejack at sbcglobal.net>
  • Date: Sat, 10 Apr 2010 06:52:15 -0400 (EDT)

I want to subtract array A by 1/2 array B and put it in array C.  I need something like this except more complicated later.  This is what I have thus far:

C:=C=Simplify[Table[A[i]-1/2*B[i],{i,1,9}]]


  • Prev by Date: Re: Multiple Window Feature Request
  • Next by Date: How do you get Mathematica to evaluate "Floor" to give a number?
  • Previous by thread: Surprising behaviour with nested pure functions and local parameter
  • Next by thread: Re: Symplify Table