MathGroup Archive 2007

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

Search the Archive

Re: Fold and Cross

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83965] Re: Fold and Cross
  • From: Szabolcs Horvát <szhorvat at gmail.com>
  • Date: Wed, 5 Dec 2007 07:21:17 -0500 (EST)
  • References: <fj0moc$ifi$1@smc.vnet.net>

Just one more thing:

When working with scalar functions, you can directly assign to 
Derviative, e.g.

In[1]:= Derivative[1][f] = g
Out[1]= g

In[2]:= f'[x]
Out[2]= g[x]

See the doc page tutorial/DefiningDerivatives


  • Prev by Date: Printing Subscripted Variable on Screen?
  • Next by Date: Re: Insert a Math Symbol in Text in Notebook?
  • Previous by thread: Re: Fold and Cross
  • Next by thread: plotting vectors