MathGroup Archive 1999

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

Search the Archive

RE: HELP: Plot[]ing composite functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg15993] RE: [mg15946] HELP: Plot[]ing composite functions
  • From: "Jean-Marie THOMAS" <jmthomas at agat.net>
  • Date: Fri, 19 Feb 1999 03:27:08 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

H[w]==Log[... is not an assignment!
Try
H[w_]=Log[..
and
Plot[H[w],{..

Hope this helps,


****************************************
Jean-Marie THOMAS
mailto:jmthomas at agat.net
Conseil et Audit en Ingénierie de Calcul
Strasbourg, France
http://www.agat.net
****************************************

-----Original Message-----
From: Alexander Sirotkin [mailto:deus at post.tau.ac.il]
To: mathgroup at smc.vnet.net
Subject: [mg15993] [mg15946] HELP: Plot[]ing composite functions


Hello.

Simple question - after definition of a functions
which looks like this "H[w] == Log[10, 1 + Exp[I2Pi w]]"
I try to Plot[] it and get the "... not machine size real
number at ..." error. After reading lots of manuals and
postings I came to a conclusion that it should be somehow
related to Evaluate[]/Hold[] problems, but none of these
manuals gave a solution to this problem.

Any1 can help me ?




  • Prev by Date: Simple recursive assignment
  • Next by Date: 3D data graphing
  • Previous by thread: HELP: Plot[]ing composite functions
  • Next by thread: Re: HELP: Plot[]ing composite functions