

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
First Examination Material Type: Exam; Professor: Cliff; Class: Computational Methods; Subject: Aerospace and Ocean Engineerin; University: Virginia Polytechnic Institute And State University; Term: Fall 2000;
Typology: Exams
1 / 2
This page cannot be seen from the preview
Don't miss anything!


This is a closed-book, closed-notes examination. Be sure that your name is on this sheet and all others that you turn in. Sign the question sheet to indicate that you have not provided or received any unauthorized aid.
i) c = a′^ ∗ b
ii) c = a ∗ b′
iii) c = a′. ∗ b
[ 1 2 3 4; 3 4 5 6; 5 6 7 8
] evaluate the following (where
possible)
i) a(:, 2 : 3)
ii) size(a(:)′)
iii) a(2, 3 : 5)
If an expression results in an error, provide a brief explanation.
i) a(:, 3) > a(3, 2 : 4)′
ii) a(3, 5) <= a(2, 3)
iii) a(:, 4) > a(3, 1)