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

matlab 001

The document outlines a series of laboratory exercises for a Matlab exam, covering topics such as 2D plots, polar curves, partial derivatives, maxima and minima, differential equations, numerical solutions, and eigenvalues. Each lab includes specific problems to solve, such as finding angles between curves, computing Jacobians, and applying the Gauss-Seidel method. The labs also involve practical applications like evaluating integrals and solving linear congruences.
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)
5 views

matlab 001

The document outlines a series of laboratory exercises for a Matlab exam, covering topics such as 2D plots, polar curves, partial derivatives, maxima and minima, differential equations, numerical solutions, and eigenvalues. Each lab includes specific problems to solve, such as finding angles between curves, computing Jacobians, and applying the Gauss-Seidel method. The labs also involve practical applications like evaluating integrals and solving linear congruences.
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/ 3

Final Matlab exam

LAB 1: 2D plots of Cartesian and polar curves.


Sine and Cosine curves

LAB 2: Finding angle between two polar curves,


curvature and radius of curvature.
Find the angle between the curves r = 4(1 + cos t) and r = 5(1 − cos t).

LAB 3: Finding partial derivatives and Jacobian of


functions of several variables.

If u = xy/z, v = yz/x, w = zx/y then prove that J = 4.

LAB 4: Applications of Maxima and Minima of functions of two variables


Find the Maxima and minima of f (x, y) = x2 + y2 + 3x − 3y + 4.

LAB 5: Solution of First order differential equation and ploting


the solution curves
𝑑𝑦
Solve: x3 𝑑𝑥 − x2y + y4cosx = 0.

LAB 8: Numerical solution of system of equations, test


for consistency and graphical representation of the
solution.
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
LAB 9: Solution of system of linear equations by Gauss-Seidel
method.
Apply Gauss-Siedel method to solve the system of equations: 20x + y − 2z = 17;
3x +20y − z = −18; 2x − 3y + 20z = 25

LAB 10: Compute eigenvalues and corresponding eigen-


vectors. Find dominant and corresponding eigenvector by
Rayliegh power method
Compute the numerically largest eigenvalue of
1 1 3
𝑃 = [1 5 1]
3 1 1
LAB 6: Finding GCD using Euclid’s algorithm
Prove that 163 and 512 are relatively prime.
LAB7: Solving linear congruence of the form
ax ≡ b( mod m).
Find the inverse of 5 mod 13.

LAB 6: Solution of second order ordinary differential equation


and plotting the solution curve
Solve: 𝑦 ′′ − 5𝑦 ′ + 6y = cos(4x).

LAB 7: Solution of differential equation of oscillations of a


𝒅𝟐 𝒙 𝟏
spring with various load +64x =0 ,x(0)= , 𝒙′ (0)=1 and plot
𝒅𝒕𝟐 𝟒
solution curve.

LAB 6: Programme to compute area, volume and center of


gravity
Evaluate the integral
3 3−𝑋 3−𝑋−𝑌

∫∫ ∫ (𝑥𝑦𝑧)𝑑𝑧𝑑𝑦𝑑𝑥
0 0 0
𝑏
𝑎 (√𝑎2 −𝑥 2
Find the area of an ellipse by double integration A=4∫0 ∫0𝑎 𝑑𝑦𝑑𝑥

𝒙 𝒚 𝒛
Find the volume of the tetrahedron bounded by the planes x = 0, y = 0, +𝒃+𝒄=𝟏
𝒂

LAB 7:Evaluation of improper integrals, Beta and


Gamma functions
Evaluate Γ(5) by using definition
Find Beta (3,5), Gamma(5)

You might also like