|
[Date Index]
[Thread Index]
[Author Index]
Re: selfdefined operators
- To: mathgroup at smc.vnet.net
- Subject: [mg22997] Re: [mg22989] selfdefined operators
- From: "Harvey P. Dale" <hpd1 at is2.nyu.edu>
- Date: Mon, 10 Apr 2000 02:22:27 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Roland:
In[1]:=cp[x_, y_] := x y/(x + y)
In[2]:=cp[1, 2]
Out[2]=2/3
In[3]:=cp[1, cp[2, 3]]
Out[3]=6/11
Hope that helps.
Harvey
Prev by Date:
Programming Help. PLEASE (2)
Next by Date:
Trigonometric Styled Power Series (supplemented to Fract. Diff.Integrals)
Previous by thread:
Re: selfdefined operators
Next by thread:
RE: selfdefined operators
|