From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sinh ,cosh (hyperbolic) of complex input

Sinh ,cosh (hyperbolic) of complex input
0 Kudos
Message 1 of 4
(2,861 Views)
If you have a question, you might want to actually ask it.Smiley Wink
Message 2 of 4
(2,853 Views)
if x = a+jb then

cosh(x) = cosh(a)*cos(b) + jsinh(a)*sin(b)

sinh(x) = sinh(a)*cos(b) + jcosh(a)*sin(b)



  
Randall Pursley
Message 3 of 4
(2,846 Views)
Just wire a complex input to it and the result will be complex. 😉
 
Try it!
 
 

Message Edited by altenbach on 10-06-2006 02:53 PM

Message 4 of 4
(2,835 Views)