0% found this document useful (0 votes)
22 views

Assignment(2) for CSE stream (1)

Uploaded by

goutham7996
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Assignment(2) for CSE stream (1)

Uploaded by

goutham7996
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

AMC ENGINEERING COLLEGE, BANGALORE- 83

DEPARTMENT OF MATHEMATICS
ASSIGNMENT 2- BMATS101
SUBMISSION DATE: 16/01/2025 (Thursday)

MODULE- 3
ORDINARY DIFFERENTIAL EQUATIONS OF FIRST ORDER

1. Solve : (𝑥 2 + 𝑦 2 + 𝑥) 𝑑𝑥 + 𝑥𝑦 𝑑𝑦 = 0
2. Find the orthogonal trajectories of cardiod 𝑟 = 𝑎(1 − 𝑐𝑜𝑠𝜃)
3. Find the general and singular solution of the equation

𝑥 2 (𝑦 − 𝑝𝑥) = 𝑝2 𝑦 reducing into Clairaut’s form, using the

Substitution 𝑋 = 𝑥 2 , 𝑌 = 𝑦 2 .

4. A voltage E𝑒 −𝑎𝑡 is applied at t=0 to a circuit of inductance L and


−𝑅𝑡
𝐸 −𝑎𝑡
resistance R. Show that the current at any time t is [𝑒 -𝑒 𝐿 ]
𝑅−𝑎𝐿

given that the current is initially zero when t=0.

Module 4 :
MODULAR ARTITHMATIC
1. Find the remainder when (349 × 74× 36) is divided by 3.
2. Using Fermat’s Little Theorem, show that 830 -1 is divided by 31.
3. Find the remainder when 14! is divided by 17
4. Solve the following equations by Chinese Remainder Theorem
x ≡5(mod3) , x ≡2(mod5) , x ≡1(mod11)
5. In a RSA algorithm, given p=3 & q=11 find the public key when d=7. Also
encrypt the number 19
MODULE- 5

LINEAR ALGEBRA

11 12 13 14
12 13 14 15
1. Find the rank of the matrix 𝐴 = [ ]
13 14 15 16
14 15 16 17

2. For what values of 𝜆 and 𝜇 the system of equations


2𝑥 + 3𝑦 + 5𝑧 = 9, 7𝑥 + 3𝑦 − 2𝑧 = 8, 2𝑥 + 3𝑦 + 𝜆𝑧 = 𝜇,
has (i) no solution
(ii) a unique solution and
(iii) infinite number of solutions
3. Solve the system of equation by Gauss elimination and also by Gauss-
Jordan method.
3𝑥 + 4𝑦 + 5𝑧 = 18, 2𝑥 − 𝑦 + 8𝑧 = 13, 5𝑥 − 2𝑦 + 7𝑧 = 20
4. Solve the following system of equations by Gauss-Siedel method.
Perform three iterations and obtain the final solution correct to three
places of decimals.
28𝑥 + 4𝑦 − 𝑧 = 32, 2𝑥 + 17𝑦 + 4𝑧 = 35, 𝑥 + 3𝑦 + 10𝑧 = 24
5. Find the largest eigen value and the corresponding eigen vector of the
matrix A by the power method given that
2 0 1
𝐴 = [0 2 0]
1 0 2
Taking the initial eigen vector as 𝑋 (0) = [1, 0, 0]′
6. Using modern mathematical tool, write a program / code to find the
largest eigen value of

1 1 3
𝐴 = [1 5 1] by power method.
3 1 1

You might also like