You are on page 1of 1

JOBSHEET 1

Tugas 1.
>> a = 30; b = 60; c = a*b; ans =

>> sin (a) matrix([[(x*(2*x^5 - 15*x^3 + 120))/12]])

ans = ans =
-0.9880 2.5000 + 1.9365i

>> cos (b) 2.5000 - 1.9365i

ans = Tugas 4
-0.9524
>> c
c=
1800
>> tan (c)
ans =
-0.1334
Tugas 2.
>> z1 = 5 - 3i; z2 = 3 + 4i;
>> z = z1 - z2
z=
2.0000 - 7.0000i
>> x = z * 1/z1+z2
x=
3.9118 + 3.1471i
>> y = (z + x)^2
y=
20.1038 -45.5554i
Tugas 3
p = [[1 -5 10]];
diff [x^5-5*x^3+10]
int [x^5-5*x^3+10]
roots (p)

ans =
matrix([[5*x^4 - 15*x^2]])

You might also like