2.1 Write a new float function called lookup for your interp.cpp file that takes two float arrays and a float number as arguments. The first array will contain x; and the second will contain the corresponding y; values. The float number given is the r value for which an 1 interpolated y is needed. You will need to write code to locate the index, i, such that r; < x < Ti+1· Keep your code general, without making any assumptions about the values, ri, other than that they are increasing order. Remember to do something appropriate if r has a bad value. You may find that just 3 arguments to the function lookup is not enough to do this. You probably want to test your function with some prints at this stage just to make sure the index chosen is correct (but don't leave those prints in the final version). 2.2 If you can assume that the r; values are uniformly spaced and you know the spacing, is there a fast and simple way to find the right index? Note: Don't change your code.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

only need answer for 2.2

2.1 Write a new float function called lookup for your interp.cpp file that takes two float
arrays and a float number as arguments. The first array will contain r; and the second will
contain the corresponding y; values. The float number given is the x value for which an
1
interpolated y is needed. You will need to write code to locate the index, i, such that x; <
I < Li+1. Keep your code general, without making any assumptions about the values, ri, other
than that they are increasing order.
Remember to do something appropriate if r has a bad value. You may find that just 3
arguments to the function lookup is not enough to do this. You probably want to test your
function with some prints at this stage just to make sure the index chosen is correct (but don't
leave those prints in the final version).
2.2 If you can assume that the x; values are uniformly spaced and you know the spacing,
is there a fast and simple way to find the right index? Note: Don't change your code.
Transcribed Image Text:2.1 Write a new float function called lookup for your interp.cpp file that takes two float arrays and a float number as arguments. The first array will contain r; and the second will contain the corresponding y; values. The float number given is the x value for which an 1 interpolated y is needed. You will need to write code to locate the index, i, such that x; < I < Li+1. Keep your code general, without making any assumptions about the values, ri, other than that they are increasing order. Remember to do something appropriate if r has a bad value. You may find that just 3 arguments to the function lookup is not enough to do this. You probably want to test your function with some prints at this stage just to make sure the index chosen is correct (but don't leave those prints in the final version). 2.2 If you can assume that the x; values are uniformly spaced and you know the spacing, is there a fast and simple way to find the right index? Note: Don't change your code.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY