|
[Date Index]
[Thread Index]
[Author Index]
Re: TraditionalForm Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg129565] Re: TraditionalForm Plot
- From: Themis Matsoukas <tmatsoukas at me.com>
- Date: Thu, 24 Jan 2013 01:19:21 -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
The output of your Function is not a numerical value. Try this:
f[x_]:=4 x^2+2 x+5//TraditionalForm
f[x]//Head
TraditionalForm
f[0]+f[10]
5+425
You get the same result with FortranForm, ScientificForm, TeXForm etc.
Themis
Prev by Date:
something wrong with my code??
Next by Date:
Re: goto label, no loop, Mathematica 6
Previous by thread:
Re: TraditionalForm Plot
Next by thread:
Re: TraditionalForm Plot
|