|
[Date Index]
[Thread Index]
[Author Index]
Re: Re: Simple Problem (I suppose...)
- To: mathgroup at smc.vnet.net
- Subject: [mg22160] Re: [mg22137] Re: Simple Problem (I suppose...)
- From: Wolfgang Schadow <schadow at netcom.ca>
- Date: Thu, 17 Feb 2000 01:23:49 -0500 (EST)
- References: <888a2i$c6a@smc.vnet.net> <200002160734.CAA17974@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> Andreas,
>
> The reason you cannot plot your function f[x] is because you entered the
> "blank" in the pattern as a subscript instead of a "underscore". This is
> what you should of had:
>
> \!\(f[x\ _\ ] := x\^5 + x\^4 + x\^2\)
>
> Cheers, Bria
>
This does not work, because the underscore is still used as subscript.
Use
\!\(f[x_] := x\^5 + x\^4 + x\^2\)
Wolfgang
========================================================================
Wolfgang Schadow Phone: +1-604-222-1047 ext. 6453 (office)
TRIUMF +1-604-875-6066 (home)
Theory Group FAX: +1-604-222-1074
4004 Wesbrook Mall
Vancouver, B.C. V6T 2A3 email: schadow at triumf.ca
Canada www : http://www.triumf.ca/people/schadow
========================================================================
Prev by Date:
Re: LogLogPlot trouble
Next by Date:
Some more questions Part II: Mathematica
Previous by thread:
Re: Simple Problem (I suppose...)
Next by thread:
Re: Simple Problem (I suppose...)
|