Feeds
已回答
Compute The Following In Matlab: Y= Cosh^2(X) - Sinh^2(X) , X= 32* Pi
x = 32 * pi; y = cosh(x)^2 - sinh(x)^2
Compute The Following In Matlab: Y= Cosh^2(X) - Sinh^2(X) , X= 32* Pi
x = 32 * pi; y = cosh(x)^2 - sinh(x)^2
4 days 前 | 0
