Q4:What are the values of x and a after the following statements have been executed? a = 0; i = 1; x = 0; a = a +i; x = x +i/a; a = a + i; x = x +i/ a; a = a + i; x = x +i/ a; a = a +i; x = x +i/ a; Q5: (a) Work out by hand the output of the following script for n=4: n = input( 'Number of terms?'); s = 0; for k = 1:n S= s+1/ (k 2); end; disp(sqrt(6 * s)) If you run this script for larger and larger values of n you will find that the output approaches a well-known limit. Can you figure out what it is? (b) Rewrite the script using vectors and array operations. M.sc. Zena Ahmed 2016 36 MATLAB Section4 Q6:Work through the following script by hand. Draw up a table of the values of i, j and m to show how their values change while the script executes. Check your answers by running the script. v = [31 5]; i = 1; for j = v i=i+ 1; if i == 3 i=i+ 2; m = i+j; end end

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Q4:What are the values of x and a after the following statements have
been
executed?
a = 0;
i = 1;
x = 0;
a = a + i;
x = x +i/ a;
a = a + i;
x = x +i/ a;
a = a + i;
X = x +i/ a;
a = a + i;
x = x +i/ a;
Q5:
(a) Work out by hand the output of the following script for n=4:
n = input( 'Number of terms? );
s = 0;
for k = 1:n
S = s+1/ (k *2);
end;
disp(sqrt(6 * s))
If you run this script for larger and larger values of n you will find that
the output approaches a well-known limit. Can you figure out what it is?
(b) Rewrite the script using vectors and array operations.
36
M.sc. Zena Ahmed 2016
MATLAB
Section4
Q6:Work through the following script by hand. Draw up a table of the
values of i, j and m to show how their values change while the script
executes. Check your answers by running the script.
v = [31 5];
i = 1;
for j = v
i=i+1;
if i == 3
i=i+ 2;
m = i+ j;
end
end
Transcribed Image Text:Q4:What are the values of x and a after the following statements have been executed? a = 0; i = 1; x = 0; a = a + i; x = x +i/ a; a = a + i; x = x +i/ a; a = a + i; X = x +i/ a; a = a + i; x = x +i/ a; Q5: (a) Work out by hand the output of the following script for n=4: n = input( 'Number of terms? ); s = 0; for k = 1:n S = s+1/ (k *2); end; disp(sqrt(6 * s)) If you run this script for larger and larger values of n you will find that the output approaches a well-known limit. Can you figure out what it is? (b) Rewrite the script using vectors and array operations. 36 M.sc. Zena Ahmed 2016 MATLAB Section4 Q6:Work through the following script by hand. Draw up a table of the values of i, j and m to show how their values change while the script executes. Check your answers by running the script. v = [31 5]; i = 1; for j = v i=i+1; if i == 3 i=i+ 2; m = i+ j; end end
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Unreferenced Objects
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education