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

Math Python Lab_exam Programs (1)

Uploaded by

deekshasn18
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)
6 views

Math Python Lab_exam Programs (1)

Uploaded by

deekshasn18
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/ 1

List of programs for Math python lab exam:

1 LAB-1:Sine and Cosine curves


2 LAB-1:Plot the following 1. Four leaved Rose , 2. Lemniscate
3 LAB-2:Find the angle between the curves r = 4(1+cost) and r = 5(1−cost)
4 LAB-2:Find the radius of curvature, r = 4(1+cost) at t=π/2.
5 LAB-3:Prove that mixed partial derivatives , 𝑢𝑥𝑦 = 𝑢𝑦𝑥 uxy = uyx for u
= exp(x)(xcos(y) − ysin(y)).
6 LAB-3:If u = xy/z,v = yz/x,w = zx/y then prove that J = 4.
7 𝑙𝑖𝑚 1
LAB-4 :L’Hospital’ rule 3. Prove that 𝑥→∞ (1 + 𝑥)𝑥
8 LAB-5:Solution of First Order Differential Equations
𝑑𝑦
Solve: 𝑥 3 𝑑𝑥 − 𝑥 2 𝑦 + 𝑦 4 𝑐𝑜𝑠𝑥 = 0

9 LAB-5:Newton’s Law of cooling


Q: The temperature of a body drops from 100 C to 75 C in 10 minutes
where the surrounding air is at the temperature 20 C . What will be the
temperature of the body after half an hour? Plot the graph of cooling.
10 LAB-8:Examine the consistency of the following system of equations
and solve if consistent. x1 +2x2 −x3 = 1,
2x1+x2+4x3 =2,
3x1+3x2+4x3 =1.
11 LAB-9: Solve the system of equations using Gauss-Seidel method using
while loop
1. 20x+y−2z = 17; 3x+20y−z = −18; 2x −3y +20z = 25
2. x+2y−z = 3;3x−y+2z = 1;2x−2y+6z = 2
12 LAB10 :Obtain the eigen values and eigen vectors for the given matrix
1 −3 3
[3 −5 3]
6 −6 3
13.CSE LAB-6 :RSA alogirthm(program will be shared)
STREAM

14.CSE LAB-7 :Find the solution of the congruence 5x ≡ 3(mod 13).


STREAM
13.EE/EC LAB-6Find the area of the cardioid r = a(1 +cosθ) by double integration
STREAM
14.EE/EC LAB-6:Find the volume of the tetrahedron bounded by the planes
STREAM x=0,y=0 and z=0, x/ a +y/ b +z/ c = 1
15.EE/EC LAB-7: Calculate Beta(5/2,7/2) and Gamma(5/2).
STREAM Verify that Beta(m,n) = Gamma(m)Gamma(n)/Gamma(m+n) for m=5
and n=7
13.MECH&CV LAB-6:Solve: y′′ − 5y′ + 6y = cos(4x).
STREAM
14. 𝑑2 𝑥
LAB-7:Solve d 𝑑𝑡 2 + 64𝑥 = 0, 𝑥’(0) = 1/4 , 𝑥′(0) = 1 and plot the
MECH&CV
STREAM solution curve
Note : After serial No.12 , refer to program numbers according to your respective
stream

You might also like