MathGroup Archive 2013

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

Search the Archive

Re: TraditionalForm Plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129463] Re: TraditionalForm Plot
  • From: Berthold Hamburger <b-hamburger at artinso.com>
  • Date: Wed, 16 Jan 2013 01:38:23 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <kd2lu9$cov$1@smc.vnet.net>

>I presume you meant something like the following...

>  f[x_] := Cos[x]
>  Plot[f[x] // TraditionalForm, {x, 0, 2 Pi}]


Hi,

No, I meant something like: 

f[x_] := 4 x^2 + 2 x + 5 // TraditionalForm
f[x]
Plot[f[x], {x, -\[Pi], \[Pi]}]

It is not a big deal, as I can assign //TraditionalForm whenever I
want the text output of the function, but I was wondering why the
order of the terms of the function  would matter to Plot[]

Regards

Berthold Hamburger

-- 
Berthold Hamburger - Cellist/Spain
http://www.artinso.com | http://www.astronomy.artinso.com |
http://www.artemis.artinso.com 
http://www.facebook.com/berthold.hamburger 



  • Prev by Date: random walk
  • Next by Date: NonlinearModelFit Problem
  • Previous by thread: Re: TraditionalForm Plot
  • Next by thread: Re: TraditionalForm Plot