Contents
cwiczenie 1
komentarz
x=2^5/(2^5-1); y=(1-(1/2^5))^(-1);
cwiczenie 2
exp(3) log(exp(3)) log10(10^3) exp(pi*pow2(163)) x=log(17)/log(3)
ans = 20.0855 ans = 3 ans = 3 ans = Inf x = 2.5789
cwiczenie 3
sin(pi/6) sin(pi/6)^2+cos(pi/6)^2 x=32*pi cosh(x)^2-sinh(x)^2
ans = 0.5000 ans = 1 x = 100.5310 ans = 0
cwiczenie 4
(1+3*i)/(1-3*i) x=pi/4 exp(i*x) cos(x)+i*sin(x)
ans = -0.8000 + 0.6000i x = 0.7854 ans = 0.7071 + 0.7071i ans = 0.7071 + 0.7071i