Department of Mathematics Lab Questions Eee
Department of Mathematics Lab Questions Eee
2023-24 (Even)
2. Using the modern mathematical tool write the code to find the dimension of subspace
3. Develop a Python Program to represent the Laplace transform of 𝒇(𝒕) = 𝒔𝒊𝒏(𝟐 ∗ 𝒕) both in time
4. Find the Laplace transform of 𝒄𝒐𝒔 (𝟒𝒕). By using Mathematical tool write the code.
𝒂
5. Find the inverse Laplace transform of 𝒔𝟐 +𝒂𝟐
6. Develop a Python Program to find the Laplace transform of the convolution of the functions
8. Develop a Python Program to use Newtons forward interpolation to obtain the interpolating
polynomial and hence calculate 𝒚(𝟐) for the following
X 1 3 5 7 9
Y 6 10 62 210 502
9. Develop a Python Program to solve 𝒚′ + 𝟒𝒚 = 𝒙𝟐 with initial conditions y(0) = 1 using Taylor series
method at x = 0.1, 0.2.
10. Develop a Python Program to apply the Runge-Kutta method to find the solution of