Preview

Matlab Test S2 2014 SAMPLE Newcover

Good Essays
Open Document
Open Document
1357 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Matlab Test S2 2014 SAMPLE Newcover
MAST10007 Linear Algebra
MATLAB Test
Test duration: 45 minutes
This paper has 6 test pages
Please complete all the following details.
Name:
Student Number:
Tutor’s Name:
Tutorial Time and Day:

.....................................................
.....................................................
.....................................................
.....................................................

Instructions to Students:
This examination is designed to test your ability to calculate efficiently with the aid of MATLAB as well as your knowledge of the material covered so far in the subject.
No materials are allowed and you may not open computer packages other than MATLAB.
No partial credit is given, so please carefully check anything typed into MATLAB, and check the output of any programs used.
(1) Before starting the test load the programs for your test:
♣ Start up Matlab.
♣ Open the folder on the desktop: M&S-Lab Materials (the tree) and then the folder MAST10007/Tests contained therein.
♣ Copy the folder TESTSAMPLETEST to the desktop or My Documents.
♣ Drag the folder into MATLAB’s current folder window.
♣ Right click on the folder in the current window and choose to “Add to the path”, “Selected folders and subfolders”.
(2) Some MATLAB commands: rref(A) eye(n)

dot(x,y)

A’

ones(m,n)

cross(x,y)

det(A)

zeros(m,n)

mod(x,2)

inv(A)

rank(A)

rrefmod2(A) gives the reduced row echelon form of A using modulo 2 arithmetic plot2dd(A) draws a graph connecting points in R2 whose coordinates are in the columns of A.
(3) Unless otherwise indicated, answers may be either exact or a numerical solution correct to 4 significant figures or correct to 4 decimal places.
(4) There are 6 questions. The number of marks for each question is indicated and the total is 22.

Do not turn over the page until instructed to do so.

Rough working – will not be marked

TESTSAMPLE

MAST10007 Linear Algebra

1. Run the program Q01SAMPLE to input the matrix
 4 0 0 0
 0 4 0 0

You May Also Find These Documents Helpful

  • Satisfactory Essays

    OPRE/411 Week 4

    • 379 Words
    • 2 Pages

    2. Use the solution and sensitivity reports obtained from EXCEL to answer each of the…

    • 379 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Test Physic 1401

    • 1086 Words
    • 5 Pages

    NOTE: Credit will only be given for answers accompanied by work carried out. Therefore, make sure all calculations are attached to the test.…

    • 1086 Words
    • 5 Pages
    Good Essays
  • Powerful Essays

    NETW202 W1 Lab Report

    • 927 Words
    • 5 Pages

    Question 3: Click the “__Access_______ __Lab____” link on ‘Lab Content’ tab to launch the vLab. (2 points)…

    • 927 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    a) What are the values produced by the following Matlab expressions: i) x = -1e+200; ans1 = log(exp(x)) ii) v = [-1:1] ans2 = v./v.^(1/2) iii) x = 200; h = 1e-14; ans3 = x + h > x b) The computational complexity of some common operations with n by n matrices are Operation Matrix multiplication LU factorization Cholesky factorization Back/forward substitution Tridiagonal solve Flops 2n3…

    • 10483 Words
    • 42 Pages
    Good Essays
  • Good Essays

    Homework Chapter 4

    • 912 Words
    • 4 Pages

    Directions: Answer the following five questions on a separate document. Explain how you reached the answer or show your work if a mathematical calculation is needed, or both. Submit your assignment using the assignment link in the course shell. Each question is worth five points apiece for a total of 25 points for this homework assignment.…

    • 912 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Select the necessary file from the given location. ( Refer screen shot below) also you can use “Cltr + Q”…

    • 264 Words
    • 2 Pages
    Good Essays
  • Powerful Essays

    The wide area of vision based autonomous systems is broadly referred as machine vision. We have dealt with a beginner level module in this field, which we refer as vision-controlled motion (VCM).…

    • 4179 Words
    • 17 Pages
    Powerful Essays
  • Powerful Essays

    Kaplan P4 Mock Exam

    • 8661 Words
    • 35 Pages

    Formulae Sheet and Mathematical Tables are on pages 3, 4, 5, 6 and 7 Do NOT open this paper until instructed by the supervisor This question paper must not be removed from the examination hall…

    • 8661 Words
    • 35 Pages
    Powerful Essays
  • Powerful Essays

    This chapter covers fundamentals of MATLAB programming. With lots of examples, this chapter offers the essence for beginners to get a handle on programming in MALTAB. Starting from introducing various MATLAB windows and on-line help facilities, the fundamentals of MATLAB programming including data types, statements and matrix representation are explained first followed by matrix manipulations, such as algebraic computation, logical and relationship expressions and data conversion. Then, flow charts in MATLAB programming is illustrated, including loop structures, conditional structures, switches and trial structures. MATLAB function programming and pseudo code processing are covered together with two-dimensional and three-dimensional graphics and visualization techniques. MATLAB graphical user interface (GUI) techniques are explained so that the readers will gain new GUI programming skills to design user-friendly interfaces. Finally, programming skills for delivering high speed, high efficiency codes are introduced with special emphasis on commonly used tips, vectorized programming…

    • 2168 Words
    • 10 Pages
    Powerful Essays
  • Good Essays

    Symbolic Processing

    • 1055 Words
    • 5 Pages

    Symbolic processing is the most powerful feature of matlab. We can solve even most complex equations very easily in matlab that are very difficult to solve by hand. Matlab performs symbolic processing to obtain answers in the form of expressions. Symbolic processing is the term used to describe how a computer performs operations on mathematical expressions. To improve engineering designs by modeling it with mathematical expressions that do not have specific parameter values are very difficult to solve by hand on paper but matlab performs these tasks very easily through symbolic processing symbolic processing is used for solving algebraic and transcendental equations, for solving ordinary differential equations and for symbolic calculus including integration, differentiation, limits and series.…

    • 1055 Words
    • 5 Pages
    Good Essays
  • Good Essays

    INTRODUCTION TO MATLAB

    • 832 Words
    • 8 Pages

    1.9 The diameter of a 26 AWG copper (conductivity = σ = 5.69 × 107 S/m) wire is 0.405mm.…

    • 832 Words
    • 8 Pages
    Good Essays
  • Powerful Essays

    Maintained by the Math Works, MATLAB allows easy matrix manipulation, plotting of functions and data, implementation of algorithms, creation of the user interface, and interfacing with programs in other languages. Although it is numeric only, an optional toolbox uses the MuPad symbolic engine, allowing access to computer algebra capabilities. Functions for integrating MATLAB based algorithms with external applications and languages, such as C, C++, FORTRAN, Java, COM, and Microsoft Excel.…

    • 814 Words
    • 4 Pages
    Powerful Essays
  • Satisfactory Essays

    Pdf Foile

    • 2228 Words
    • 9 Pages

    MATLAB m-file for the Secant Method function sol=secant(fn,a,b,tol) x0 = a; x1 = b; f a = f eval(f n, x0); f b = f eval(f n, x1); while abs(x1-old)> tol new = x1 − f b ∗ (x1 − x0)/(f b − f a); x0 = x1; f a = f b; x1 == new; f b = f eval(f n, new); end; sol=new;…

    • 2228 Words
    • 9 Pages
    Satisfactory Essays
  • Good Essays

    fdfh

    • 974 Words
    • 4 Pages

    The number of marks is given in brackets [ ] at the end of each question or part question.…

    • 974 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    Image Processing

    • 5891 Words
    • 24 Pages

    Elementary Introduction to Image Processing Based Robots 2009 Acknowledgement P age |2 • My Senior Sourabh Sankule • My Friends Mayank and Ashish • Robotics Club, IIT Kanpur • Electronics Club, IIT Kanpur • Centre for Mechatronics, IIT Kanpur Ankur Agrawal IIT Kanpur P age |3 Contents Introduction ................................................................................................................ 4 MATLAB ....................................................................................................................... 4 What does MATLAB stand for? ......................................................................................................…

    • 5891 Words
    • 24 Pages
    Powerful Essays

Related Topics