0% found this document useful (0 votes)
14 views2 pages

Math Lab QB

The document is a question bank for the Mathematics course at Don Bosco Institute of Technology for the academic year 2022-2023. It includes various programming tasks related to calculus, differential equations, and matrix theory, aimed at achieving specific course outcomes. Each question is associated with a course outcome and cognitive level, focusing on practical applications of mathematical concepts using Python programming.

Uploaded by

Ebbali Pavithra
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)
14 views2 pages

Math Lab QB

The document is a question bank for the Mathematics course at Don Bosco Institute of Technology for the academic year 2022-2023. It includes various programming tasks related to calculus, differential equations, and matrix theory, aimed at achieving specific course outcomes. Each question is associated with a course outcome and cognitive level, focusing on practical applications of mathematical concepts using Python programming.

Uploaded by

Ebbali Pavithra
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

DON BOSCO INSTITUTE OF TECHNOLOGY

Kumbalagodu, Mysore Road, Bengaluru – 560074


Department of Mathematics
MATH LAB QUESTION BANK
Academic Year: -2022-2023(ODD Sem)
Course Name: - MATHEMATICS FOR…………….I
Course Code: 22MAT..11
Semester: I
Max.Marks:50
Q NO Group-A CO RBTL Marks
1 Write a python program to plot Sine and Cosine curves. CO1 L3

2 CO1 L3
Write a python program to plot an Exponential Curve y = ex.

3 Write a python program to find the angle between the polar curves r=4(1+cost) and
CO1 L3
r=5(1-cost)

4 Write a python program to find the Radius of curvature for the curve r=4(1+cost) at
𝜋 CO1 L3
t=2

Write a python program to prove that the mixed partial derivatives,


5 CO2 L3
uxy = uyx for u = exp(x)(xcos(y) ysin(y))

6 Write a python program, if u = x + 3y2 − z3, v = 4x2yz, w = 2z2 − xy then prove


that at (1, −1, 0), J = 20. CO2 L3

7 Write a python program to find the maxima and minima of


f (x, y) = x2 + y2 + 3x − 3y + 4. CO2 L3

8 Write a python program to find the Maclaurin’s series


expansion of sin(x) +cos(x) up to 3rd degree term. Calculate CO2 L3
𝑠𝑖𝑛 (10) + 𝑐𝑜𝑠 (10).
𝑑𝑦
Write a python program to 𝑑𝑥 + tanx − y3secx = 0.
9 CO3 L3
The temperature of a body drops from 100 C to 75 C in 10 minutes,
CO3 L3
where the surrounding air is at the temperature 20 C . What will be
10 the temperature of the body after half an hour? Plot the graph of
cooling.
CO4 L3
11 Write a python program to find the G C D of (614,124).

12 Write a python program to Calculate GCD of (a,b) and express it as linear CO4
combination of a and b. Calculate GCD=d of 76 and 13 , express th GCD as L3
76x + 13y = d
L3
13
CO4
Write a python program to find the solution for 5𝑥 ≡ 3(𝑚𝑜𝑑 13).
L3
14
Write a program to find the inverse of 5 mod 13. CO4 L3
1 𝑥
15 Write a python program to evaluate ∫0 ∫0 (𝑥 2 + 𝑦 2 )𝑑𝑦𝑑𝑥. CO4 L3

L3
16 Write a python program to find the area of the region in the polar form ∬𝑅 𝑟𝑑𝑟𝑑𝛳 CO4
17 Write a python program to find the Beta(3,5), Gamma(5) CO4 L3

Write a python program to examine the consistency of system of equations and solve
x1 + 2x2 − x3 = 1, 2x1 + x2 + 4x3 = 2, 3x1 + 3x2 + 4x3 = 1. CO5
18
L3
Solve the system of equations using Gauss-Seidel method 20𝑥 + CO5 L3
19 𝑦 − 2𝑧 = 17; 3𝑥 + 20𝑦 − 𝑧 = −18, 2𝑥 − 3𝑦 + 20𝑧 = 25.

20 Compute numerically the largest Eigen value of a matrix CO5 L3


6 −2 2
[−2 3 −1] by Rayleigh’s power method.
2 −1 3

COURSE OUTCOME: -
CO1: Apply the knowledge of calculus ton solve problems related to polar curves and to find
the radius of curvature
CO2: Expand a function as an infinite series, to evaluate limit of function using
L’ Hospital rule, evaluate partial derivatives and find Maxima and Minima of function
of two variables.
CO3: Solve first order linear and non-linear differential equations analytically using standard
methods and apply it for L-R and C-R Circuits.
CO4: Get acquainted and to apply modular to compute Algorithms.
CO5: Make use of matrix theory for solving system of linear equations and compute Eigen
values and Eigen vectors.

Name & Signature of the Course Instructor HOD SIGNATURE

You might also like