MathGroup Archive 1995

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

Search the Archive

Re: What am I doing wrong? Please! no more...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg2204] Re: What am I doing wrong? Please! no more...
  • From: JSNW at msg.ti.com (Jason Welter)
  • Date: Mon, 16 Oct 1995 11:52:43 -0400
  • Organization: Texas Instruments

Your response was overwhelming.  Thank you.  The shortest
and clearest response was:


>You are programming in Pascal, that's what you're doing wrong.
>Your functions should look like this:

>Kemp[z_] := If[z>5,gft[z] + 21,gft[z] - 21]
>gft[z_] := If[z>5,z^2 + 2,z^2 - 2]

                Dave Wagner
                Principia Consulting
                (303) 786-8371
                dbwagner at princon.com
                http://www.princon.com/princon

PS.  I've never had C, just Pascal and Fourtran.

Jason Welter
jsnw at msg.ti.com



  • Prev by Date: Formating output of Modules
  • Next by Date: Re: Q: ROTATING ANIMATIONS in MMA?
  • Previous by thread: Re: What am I doing wrong? Please! no more...
  • Next by thread: Reply to