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: [mg65975] Re: display of input and output in textbook form
  • From: "Chris Chiasson" <chris.chiasson at gmail.com>
  • Date: Tue, 25 Apr 2006 05:19:01 -0400 (EDT)
  • References: <e2i7ub$8v2$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

ravi,

ShowIntegrationWithEquality[arg_Integrate]:=
  Block[{Integrate},HoldForm[Evaluate[arg]]]\[Equal]arg
ShowIntegrationWithEquality[Unevaluated[Integrate[-x^2,x]]]

ShowOuterProductWithEquality[args__List]:=
  MatrixForm/@CircleTimes[args]\[Equal]MatrixForm[Outer[Times,args]]
v1={a1,a2,a3};
v2={b1,b2,b3};
ShowOuterProductWithEquality[v1,v2]

??


  • Prev by Date: Re: how to iterate
  • Next by Date: Object-Oriented Paradigm in Mathematica?
  • Previous by thread: display of input and output in textbook form
  • Next by thread: Re: display of input and output in textbook form