3rd Sem, B.E/B.Tech, Syllabus

Simulation and Modelling Lab Syllabus for VTU BE/B.Tech CBCS 2015-16

Simulation and Modelling Lab Syllabus for VTU BE/B.Tech Nano Technology third sem complete syllabus covered here. This will help you understand complete curriculum along with details such as exam marks and duration. The details are as follows.

Subject Code 15NTL37 IA Marks 20
Number of Lecture Hours/Week 01Hr Tutorial (Instructions) + 02 Hours Laboratory Exam Marks 50
Exam Hours 3

CREDITS – 03

Course objectives:

  • To know fundamental skills and knowledge required to use MATLAB for the simulation of engineering systems
  • To introduce concepts of numerical methods and introduce Matlab in an Engineering framework
Laboratory Experiments: Revised Bloom’s Taxonomy (RBT) Level
1. Evaluate using MATLAB: L1, L2, L3

Download iStudy App (No Ads, No PDFs) for complete VTU syllabus, results, timetables and all other updates.

L1, L2, L3
3. Consider the given function

Write a Matlab code to plot with the elements of its vector representation

L5, L6
4. Consider the following linear system:

2×1 + 2 x2=18

-x1 + 2 x2=2

solve the system using the graphical method with MATLAB

L5, L6
5. Let

(a) Find the determinant and inverse of A (using Matlab).

(b) Let B be the matrix obtained from A by rounding off to three decimal places (1.2969 7→ 1.297). Find the determinant and inverse of B. How do A−1 and B−1 differ? Explain how this happened.

(c) Set b1 = [1.2969; 0.2161] and do x = A \ b1 . Repeat the process but with a vector b2 obtained from b1 by rounding off to three decimal places. Explain exactly what happened. Why was the first answer so simple? Why do the two answers differ by so much?

L5, L6
6. Write a well-commented function program for the function x2 e −x2 , using entry-wise operations (such as .* and .^). To get ex use exp(x). Include adequate comments in the program. Plot the function on [−5, 5]. Turn in printouts of the program and the graph. L5, L6
7. Write a well-commented script program that graphs the functions sin x, sin 2x, sin 3x, sin 4x, sin 5x and sin 6x on the interval [0, 2π] on one plot. (π is pi in Matlab.) Include comments in the program. Turn in the program and the graph. L5, L6
8. Suppose a ball is dropped from a height of 2 meters onto a hard surface and the coefficient of restitution of the collision is .9 (see Wikipedia for an explanation). Write a well-commented script program to calculate the total distance the ball has traveled when it hits the surface for the n-th time. Enter: format long. By trial and error approximate how large n must be so that total distance stops changing. Turn in the program and a brief summary of the results. L5, L6
9. (a) Write a well-commented Matlab function program myinvcheck that a. makes a n × n random matrix (normally distributed, A = randn(n,n)), • b. calculates its inverse (B = inv(A)), • c. multiplies the two back together, • d. calculates the residual (difference from the desired n × n identity matrix eye(n)), and • e. returns the norm of the residual. (b) Write a well-commented Matlab script program that calls myinvcheckfor n = 10, 20, 40, . . . , 2 i10 for some moderate i, records the results of each trial, and plots the error versus n using a log plot. (See help loglog.) What happens to error as n gets big? Turn in a printout of the programs, the plot, and a very brief report on the results of your experiments. L1, L2, L3
10. You are given the following data: > t = [ 0 .1 .499 .5 .6 1.0 1.4 1.5 1.899 1.9 2.0] > y = [ 0 .06 .17 .19 .21 .26 .29 .29 .30 .31 .31] (a) Plot the data, using ”*” at the data points, then try a polynomial fit of the correct degree to interpolate this number of data points: What do you observe. Give an explanation of this error, in particular why is the term badly conditioned used? (b) Plot the data along with a spline interpolant. How does this compare with the plot above? What is a way to make the plot better? . L5, L6

Course Outcome:

  • Students can able to understand the use of software tools for modelling and analysis of mathematical concepts for engineering applications
  • Students will be able to model and analyze simple engineering concepts and its importance in engineering applications

Graduate Attributes (as per NBA)

  • Engineering Knowledge.
  • Problem Analysis.
  • Design/Development of solutions.

Conduct of Practical Examination:

  • All laboratory experiments are to be included for practical examination.
  • Students are allowed to pick one experiment from the lot
  • Strictly follow the instructions as printed on the cover page of answer script for breakup of marks.
  • Change of experiment is allowed only once and 15% Marks allotted to the procedure part to be made zero.

Reference Book

  • Introduction to Numerical Methods and Matlab Programming for Engineers, Todd Young and Martin J. Mohlenkamp, May 5, 2015
  • MATLAB for Engineering Applications, ABDULLAH ALSHEHRI

For all other BE/B.Tech 3rd Sem Subject syllabus do follow VTU 3rd Sem BE / B.Tech Syllabus CBCS (2015-16) Scheme for Nano Technology Group.

For more information about all VTU updates please stay connected to us on FB and don’t hesitate to ask any questions in the comment.

Leave a Reply

Your email address will not be published. Required fields are marked *

*