Math Lab QB
Math Lab QB
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
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.
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.