1. Create a vector of the even whole numbers between 31 and 75.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 3PP: (Numerical) Given a one-dimensional array of integer numbers, write and test a function that...
icon
Related questions
Question
In MATLAB,I want to answer that question in 20 minutes, just the branches I marked in black,Please please with my best wishes
Practice Problems
1. Create a vector of the even whole numbers between 31 and 75.
2. Create a vector x with the elements;
a) 2, 4, 6, 8
b) 8, 6, 4, 2, 0, -2, -4, -6
€) 1, 1/2, 1/3, 1/4, 1/5, 1/6
0, 1/2, 2/3, 3/4, 4/5, 5/6
3. Let x = [25 1 6].
a) Add 16 to each element.
Add 3 to just the odd-index elements.
c) Compute the square root of each element.
d) Compute the square of each element.
Transcribed Image Text:Practice Problems 1. Create a vector of the even whole numbers between 31 and 75. 2. Create a vector x with the elements; a) 2, 4, 6, 8 b) 8, 6, 4, 2, 0, -2, -4, -6 €) 1, 1/2, 1/3, 1/4, 1/5, 1/6 0, 1/2, 2/3, 3/4, 4/5, 5/6 3. Let x = [25 1 6]. a) Add 16 to each element. Add 3 to just the odd-index elements. c) Compute the square root of each element. d) Compute the square of each element.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Operations of vector class
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
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr