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: [mg65998] Re: display of input and output in textbook form
  • From: bghiggins at ucdavis.edu
  • Date: Wed, 26 Apr 2006 04:38:03 -0400 (EDT)
  • References: <e2i7ub$8v2$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Ravi,

Try this:

TraditionalForm[HoldForm[Integrate[-x^2, x]] == Integrate[-x^2, x]]

and a slight modification of Chris Chiasson's suggestion

TraditionalForm[Map[MatrixForm, CircleTimes[v1, v2]] == Outer[Times,
v1, v2]]


Hope this helps,

Cheers,

Brian

ravi wrote:
> Hi,
> I want both the input and output to be displayed in traditional form
> with an equal-to symbol between them, as in textbooks. How can I do
> this?
> 1. For example, take the integral : Integrate[-x^2,x]
> I would like to display the input as an integral, followed by an equal
> to sign, and then the result. In case of a long output, can I have the
> input and output in two successive lines?
> 2. Another example, let v1={a1,a2,a3}, v2={b1,b2,b3},
> m=Outer[Times,v1,v2]
> I would like to display the in matrix form, this multiplication
> operation. How can I do this?
> /ravi


  • Prev by Date: Re: Object-Oriented Paradigm in Mathematica?
  • Next by Date: Illusory Multicore Support in 5.2?
  • Previous by thread: Re: display of input and output in textbook form
  • Next by thread: Re: display of input and output in textbook form