|
[Date Index]
[Thread Index]
[Author Index]
Derivative
- To: mathgroup at smc.vnet.net
- Subject: [mg95859] Derivative
- From: "Cetin Haftaoglu" <cetin.haftaoglu at bam.de>
- Date: Wed, 28 Jan 2009 06:44:28 -0500 (EST)
Dear Users,
I have a function
Norton[arg_,exp_,nenner_]:= MCB[arg / nenner]^exp
I want to define my own deviation of the function Norton,
D[Norton[arg,exp,nen],y[1]]:=dNdx[arg,exp,nen]
arg depends on y[1].
I have tried it with
Derivative[1,0,0][Norton][arg_,n_,k_]:=dNdx[arg,n,k]
But I get an error.
Thanks in advance.
Cetin Haftaoglu
Prev by Date:
Re: opacity "bleeds" in V7 graphics? [compared to V6]
Next by Date:
Re: Simplify problem
Previous by thread:
Re: two y-axes with different scaling
Next by thread:
Re: Derivative
|