Save as PDF

Opens your browser print dialog — select "Save as PDF" to download.

Total No. of Questions : 8 Total No. of Printed Pages : 3 [2]
Roll No.

MCSE/MSE–101

M.E./M.Tech., I Semester

Examination, June 2023

Advanced Computational Mathematics

Time : Three Hours Maximum Marks : 70

Note:

  1. Attempt any five questions.
  2. All questions carry equal marks.
  1. 1.

    a) Define linearly dependent and independent sets. Check whether the vectors are $\alpha_1 = (1,2,3)$, $\alpha_2 = (0,1,0)$ and $\alpha_3 = (0,1,0)$ are linearly dependent or linearly dependent

    b) Define each of the following.

    1. Hash function
    2. Heaviside's unit function and error function
    3. Modular arithmetic
  2. 2.

    a) Prove that $H_n(-x) = (-1)^n H_n(x)$

    b) Define T: V3 → V3 by the rule

    $T(x_1, x_2, x_3) = (x_1 - x_2, x_2 - x_3, x_3 + x_1)$

    Show that this is a linear transformation.

  3. 3.

    a) Find the Fourier transform of $e^{-|x|}$.

    b) Solve the Laplace equation $u_{xx} + u_{yy} = 0$, for the mesh with boundary values shown in the following figure.

    Diagram for Question
  4. 4.

    a) Solve $\frac{\partial u}{\partial t} = \frac{\partial^2 u}{\partial x^2}$ subject to initial condition $u = \sin \pi t$ at $t=0$ for $0 \le x \le 1$ and $u=0$ at $x=0$ and $x=1$ for $t > 0$, by Gauss-Seidel iterative method.

    b) Write the properties of DFT, WFT and Haar transform.

  5. 5.

    a) Out of 800 families with four children each, how many families would be expected to have

    1. 2 boys and 2 girls
    2. at least one boy
    3. No girl
    4. at most two girls

    Assume equal probabilities for boys and girls

    b) Find the mean and variance of Poisson's distribution.

  6. 6.

    a) Obtain the steady state difference equation for the queuing model {M/M/1: (N/FCFS)} and show that

    $P_n = \frac{(1-\rho)}{1-\rho^{N+1}}\rho^n; 0 \le n \le N$.

    b) Show that normal distribution as the limiting case of Binomial distribution when $p=q$.

  7. 7.

    a) Explain the Markov Chain. Draw transition diagram and write down the properties of Markov Chain.

    b) Customers at a box office window, being managed by a single man, arrive according to a Poisson input process with a mean rate of 30 per hour. The time required to serve a customer has an exponential distribution with a mean of 2 minutes. Find the average waiting time of customers.

  8. 8.

    a) Let A and B be fuzzy sets defined on a universal set X.

    Then prove that: $|A| + |B| = |A \cup B| + |A \cap B|$

    b) Write the MATLAB statements required to calculate $y(t)$ from the equation

    $y(t) = \begin{cases} -3t^2 + 5, & t \ge 0 \\ 5t+2, & t < 0 \end{cases}$

    for values of $t$ between $-9$ and $9$ in step of $0.5$.