MathGroup Archive 2006

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

Search the Archive

Re: display of input and output in textbook form

  • To: mathgroup at smc.vnet.net
  • Subject: [mg66120] Re: display of input and output in textbook form
  • From: "ravi" <rv15i at yahoo.se>
  • Date: Sun, 30 Apr 2006 04:21:15 -0400 (EDT)
  • References: <e2i7ub$8v2$1@smc.vnet.net><e2q2i7$323$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Chris,
Thanks for your tip once again. The straightforward transpose solution
did not work out with :
v1={a1,a2,a3};
v2={b1,b2,b3};
TraditionalForm[Map[MatrixForm, CircleTimes[v1, Transpose[v2]]] ==
Outer[Times,
v1, v2]]

However, when this was modified to the following line, I got what I
wanted.

TraditionalForm[Map[MatrixForm, CircleTimes[v1,
Transpose[Partition[v2,1]]]] == Outer[Times, 
v1, v2]] 
/Ravi


  • Prev by Date: Re: Conditions with Statistical Functions
  • Next by Date: Re: "In progress" saving of data collected using Reap/Sow
  • Previous by thread: Re: display of input and output in textbook form
  • Next by thread: Re: solving a set of inequalities