Re: Re: Csch and 1/Sinh
- To: mathgroup at smc.vnet.net
- Subject: [mg26147] Re: [mg26141] Re: Csch and 1/Sinh
- From: Andrzej Kozlowski <andrzej at tuins.ac.jp>
- Date: Thu, 30 Nov 2000 01:03:55 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
You obviously completely misunderstood the advice you got. In[22]:= Unprotect[Csch]; Format[Csch[x_]] := HoldForm[1/Sinh[x]]; Protect[Csch]; In[24]:= 1/Sinh[3] Out[24]= 1 ------- Sinh[3] In[25]:= N[%] Out[25]= 0.0998216 on 11/28/00 3:56 PM, zhl67 at my-deja.com at zhl67 at my-deja.com wrote: > Hi, > I have posted exactly the same question several months ago and all the > response I got seem to converge to one point: trying to use the Format > function to change the looking of the output. However it didn't make > sense to me because one can only print the output of 1/Sinh as 1/sinh > (notice the case) and so output cannot be used as input in later steps > of the calculation. If you don't use the output in later steps you can > try to use Format. Cheers. > > > Sent via Deja.com http://www.deja.com/ > Before you buy. >