You are on page 1of 2

Unit1

1. Explain playing with GF(2) with example.


2. Write the properties of Addition and scalar multiplication.
3. Solve the system : x - 3y - 2z = 7, 2y +4z =4, -10z = 12 find the value of x, y and z.
4. Determine whether the vector (-2, 2.5) is a linear combination of the vectors (2, 3.5) and
( 4, 10).
5. Find addition, subtraction, division and multiplication of given complex number : a=(2 − 5
i), b=(8 − 3 i).
6. Explain numerical data type in python

7. Find addition, subtraction, division and multiplication of given complex number : a=(3 +
2i), b= (3 + i)
8. Express the vector (2, 6) as a linear combination of vector(1, 1) and (2, 3)
9. Find the square root of given complex number 8 +2i.
10.Express in polar form : 1 + i.
11.Find by using GF(2) algorithm a) 1 + 1 + 1 + 0, b) 1 . 1 + 0 . 1 + 0.0, c) ((1+1) . 1) + ((0
. 1)+1)
12.(4x – 8i) - 25 = 10 – 4yi then find the value of x and y

Unit2

[ ]
−15 10 5
1. Find the inverse of the following matrices: B= 12 12 4
7 −2 −1
2. Examine each of the following sets of vectors for linear dependence a) (1, 2, 1), (3, 1, 5), (3,
-4, 7) b) (1, 2, 0), (0, 1,3), (0, -1, 1).

[ ]
2 −2 4
3. Find the rank of the matrix by Echelon form:C= 4 1 −2 .
6 −1 2
4. Solve the following linear equation by using cramers rule: 2x – y +z = -1, 3x +2y – z =3, x +
3y + z= -2.

[ ] [ ]
1 3 2 0 0 5
5. Find the sum of A+B, A – B and A× B . Where A = 1 0 0 B= 7 5 0
1 2 2 2 1 1
6. Explain greedy algorithm and its type .
7. Solve the following ling linear equation by using cramers rule: x+ 2y +3z =8, 2x – 3y +z =5,
3x – 4y +2z =9.

Unit3
1. The following system using Gaussian elimination : 2x – 2y = - 4, x – y + z =1, 3y – 2z = - 5.
2. The inner product of f(x) = 2x2 + 3x and g(x) = 2x . find (f(x), g(x)), ||(f(x), g(x))||.
3. Find the distance between the function f(x) = 2x and g(x) = 2x2+ 2.
4. Explain factoring integers with example.
5. Explain GCD And also find GCD(234, 156).

[ ]
1 2 3
6. Find a basis for null space of the following matrix A = 2 5 4
1 1 5

[ ]
2 −2 4
7. Find the rank of the matrix by Echelon form: C= 4 1 −2 .
6 −1 2
8. Find the distance between the function f(x) = 2x2 + 4 and g(x) = 2x2 – x + 3
9. Explain internet worm with example?
10.Find the characteristic value (eigen values) and characteristic vector (eigen vectors) of the
[1
following: −4 5
−3
]
11. Find both Component of b⃗ along a⃗ and the vector projection of b⃗ along a⃗ for the given

a⃗ =( 1 , 0 ,0 ) , b=(−6 , 2, 1)
12.Find a basis for null space of the following matrix A.

Unit 1,2,3
1. Find the square root of given complex number Z = 2 + 2i .
2. Find (a) u⃗ + ⃗v and (b) u⃗ −⃗v if u⃗ =⟨3,4⟩ and ⃗v=⟨5,−1⟩ Substitute the given values of u1 , u2 ,
v1 and v2.
3. Explain minimum spanning forest and GF(2) .
4. Explain Vector and its type.
5. Find the distance of the given points : i) A(5, 5) , B(1, 2). ii) C(5, -2) , D(3, 2)

( )
−1 1 −1
6. Let A = 3 −1 −1 solve the following homogeneous system of linear equations. AX=0
2 1 −3
Explain why there are no solutions, an infinite number of solution or exactly one solution.

7. following system using Gaussian elimination: x+ y - 3z = 4, 2x + y – z =2, 3x + 2y – 4z = 7.

[ ]
−1 3 2
8. Find a basis for null space of the following matrix A = 1 1 0
1 1 0
9. Application of GF(2) field.

You might also like