BMATS101 Question Bank-2

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Mathematics-I for CSE Stream BMATS101

Question Bank-2
Academic Year:: 2023-2024 Term::Oct 2023-Jan 2024
Course Title: Mathematics-I for CSE stream Course Code: BMATS101
Q.
No.
COx KL QUESTIONS
Module-4/MODULAR ARITHMETIC
Course Outcome: Get acquainted and to apply Modular Arithmetic to computer algorithms.
General Problems
Find the least positive value of ‘x’ such that
1 CO4 K2
i) 71 ≡ 𝑥(𝑚𝑜𝑑 8) ii) 78 + 𝑥 ≡ 3(𝑚𝑜𝑑 5) iii) 89 ≡ (𝑥 + 3)(𝑚𝑜𝑑 4)
2 CO4 K2 Find the remainder when 135 × 74 × 48 is divided by 7.
3 CO4 K2 Find the remainder when 175 × 113 × 53 is divided by 11.
4 CO4 K2 Find the last (unit) digit in (i) 7 (ii) 7 (iiii) 7
Problems Linear Diophantine equation
5 CO4 K2 Find the general solution of 70𝑥 + 112𝑦 = 168
6 CO4 K2 Find the general solution of 39𝑥 − 56𝑦 = 11
7 CO4 K2 Find the general solution of 56𝑥 + 72𝑦 = 40
Problems on Linear Congruence
8 CO4 K3 Solve 14𝑥 ≡ 12 (𝑚𝑜𝑑 18)
9 CO4 K3 Solve 11𝑥 ≡ 4 (𝑚𝑜𝑑 25)
10 CO4 K3 Solve 12𝑥 ≡ 6 (𝑚𝑜𝑑 21)
Problems Chinese Remainder Theorem (CRT)
Solve system of linear congruences using remainder theorem
11 CO4 K3
𝑥 ≡ 3 (𝑚𝑜𝑑 5), 𝑥 ≡ 2 (𝑚𝑜𝑑 6), 𝑥 ≡ 4 (𝑚𝑜𝑑 7)
Solve system of linear congruences using remainder theorem
12 CO4 K3
𝑥 ≡ 2 (𝑚𝑜𝑑 3), 𝑥 ≡ 3 (𝑚𝑜𝑑 5), 𝑥 ≡ 2 (𝑚𝑜𝑑 7)
Problems on Linear Congruence in two variables
13 CO4 K3 Solve 7𝑥 + 3𝑦 ≡ 10 (𝑚𝑜𝑑 16), 2𝑥 + 5𝑦 ≡ 9 (𝑚𝑜𝑑 16)
14 CO4 K3 Solve 5𝑥 + 6𝑦 ≡ 10 (𝑚𝑜𝑑 13), 6𝑥 − 7𝑦 ≡ 2 (𝑚𝑜𝑑 13)
Problems on Wilson’s theorem
15 CO4 K2 Find the remainder when 14! is divided by 17
16 CO4 K2 Find the remainder when 4(29!) + 5! is divided by 31
Problems on Euler’s theorem
17 CO4 K2 Find the remainder when (i)2 is divided by 7 (ii)2 is divided by 5
18 CO4 K3 Solve 4 𝑚𝑜𝑑 35 by Eulers theorem

1
Department of Mathematics, Sri Venkateshwara College of Engineering
Mathematics-I for CSE Stream BMATS101

Module-5/LINEAR ALGEBRA
Course Outcome: Make use of matrix theory for solving the system of linear equations and compute
Eigen values and Eigenvectors.
Problems on Rank of the Matrix
 2 3  1  1
1  1  2  4 
1 CO5 K2 Find the rank of the matrix of A   
3 1 3  2
 
6 3 0 7

 91 92 93 94 95 
92 93 94 95 96 

2 CO5 K2 Find the rank of the matrix of A  93 94 95 96 97 
 
94 95 96 97 98 
95 96 97 98 99 
Problems on Consistency of Matrix
Test for consistency and solve the following system of equations
3 CO5 K3 x  y  z  6, x  y  2 z  5, 3x  y  z  8
For what value of  and  system of equation processes
4 CO5 K3 (i) Unique solution (ii) infinite solution (iii) no solution
2 x  3 y  5 z  9, 7 x  3 y  2 z  8, 2 x  3 y  z  
Problems on Gauss Elimination and Gauss Jordan Method
Solve by Gauss elimination method
5 CO5 K3 2 x1  x2  4 x3  12 , 4 x1  11x2  x3  33 , 8 x1  3x2  2 x3  20
Solve by Gauss elimination method
6 CO5 K3 2 x  5 y  7 z  52 , 2 x  y  z  0 , x  y  z  9
Solve by Gauss Jordan method
7 CO5 K3 x  y  z  8 ,  x  y  2 z  4 , 3 x  5 y  7  14
Solve by Gauss Jordan method
8 CO5 K3 2 x  3 y  z  5 , 4 x  4 y  3z  3 , 2 x  3 y  2 z  2
Problems on Gauss Seidel Method
Solve by Gauss Siedel method
9 CO5 K3 20 x  1 y  2 z  17 3 x  20 y  z  18 2 x  3 y  20 z  25
, ,
Solve by Gauss Siedel method
10 CO5 K3 x  1 y  54 z  110 , 27 x  6 y  z  85 , 6 x  15 y  2 z  72
Problems on Eigen Values and Eigen Vectors using Rayleigh’s Power Method
Find the largest Eigen value and the corresponding Eigen vector of the
matrix by using the power method.
2 −1 0
11 CO5 K3
−1 2 −1 by taking the initial vector as 1 1 1 carry out 5-
T

0 −1 2
iterations.

2
Department of Mathematics, Sri Venkateshwara College of Engineering
Mathematics-I for CSE Stream BMATS101

Find the largest Eigen value and the corresponding Eigen vector of the
matrix by using the power method.
6 −2 2
12 CO5 K3
−2 3 −1 by taking the initial vector as 1 0 0 Perform 4
T

2 −1 3
iterations.
Find the largest Eigen value and the corresponding Eigen vector of the
matrix by using the power method.
13 CO5 K3 25 1 2
1 3 0 Take (1,0,0) as initial eigen vector. Perform 6 iterations
2 0 −4
Module-2/SERIES EXPANSION AND MULTIVARIABLE CALCULUS
Course Outcome: Learn the notion of partial differentiation to compute rate of change of multivariate
functions
Problems on Indeterminate Forms
Evaluate lim tan x 
cos x
1 CO2 K3 x
2
1

2 CO2 K3 a b c d
x x x x
 x
Evaluate lim  
x 0
 4 
1

3 CO2 K3  2 x  3x  4 x x
Evaluate lim  
x 0
 3 
1

4 CO2 K3  sin x  x 2
Evaluate lim  
x 0
 x 
1

CO2 K3 Evaluate lim  tan x  x


2
5
x0
 x 
Problems on Jacobian
 u , v, w 
If u  x 2  y 2  z 2 , v  x y  y z  z x , w  x  y  z , find
6 CO2 K2   x, y , z 
 u , v , w 
If u  x1 x2 , v  x 2 x3 , w  x3 x1 ,find
7 CO2 K2   x1 , x 2 , x 3 

yz zx xy  u , v, w 
If u  , v w , find
8 CO2 K2 x y z   x, y , z 

Course Coordinator Programme Coordinator

3
Department of Mathematics, Sri Venkateshwara College of Engineering

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy