MATLAB essential/Quiz 1: Lecture 1 + Lecture 2
![]() |
Resource type: this resource is a quiz. |
You can refer to the previous lectures or even use Google while taking this quiz. Do NOT use MATLAB while taking the quiz. The point of this quiz is to make sure that you understand what was covered so far, by using MATLAB, you are cheating yourself. |
This quiz will contain questions about the material covered in the first two lectures ( general information + arrays + how to solve equations ). The first few questions ask you to write a short pieces of code. The answers are in a google document. Once you finish the quiz send me an email. and I will give you a link to the document. The second set of questions are multiple choice, and complete the statement. The answers for these question will be shown after you submit your answers. If you have any questions please do not hesitate to send me an email..
complete the text, True or False, and multiple choice

Write MATLAB code
Question 1
Using MATLAB, write any two matrices that when added together using MATLAB yield the following matrix
A=
Question 2
Using MATLAB, write any two matrices that when subtracted together using MATLAB yield the following matrix: B=
Question 3
What is the function of (%), (@), and (;) symbols.
Question 4
Briefly describe the difference between Command window and Editor.
Question 5
If you have the following equation: . You want to find the solution of this equation using MATLAB. How do you express this function in MATLAB syntax ?
Question 6
Write a MATLAB code to differentiate the following function twice:
Question 7
Write a MATLAB function to partially differentiate the following function with respect to y:
Question 8
Write a MATLAB code to integrate the following function from 1 to infinity:
Question 9
write the code to find the anwer of the follwing equation using using MATLAB
Question 10
The code below will give an error, why? and how can you fix it ? DO NOT USE MATLAB.
x=[11,24,32 ; 21 32 43 ] y=[25 31 42; 26 37 48] x*y
How to get solution for quiz
You can the solutions in one of two way:
1_ Send me an email when you finish the quiz, and I will send you a link to a google document that contains the answers.
2_ Send me your answers, and I will correct them and send them back to you within 24 hours