
Advanced Engineering Mathematics
10th Edition
ISBN: 9780470458365
Author: Erwin Kreyszig
Publisher: Wiley, John & Sons, Incorporated
expand_more
expand_more
format_list_bulleted
Question
![Problem 2
Recall the toBinary algorithm from Tutorial 7 problem 3, which finds the binary representation of
a given integer n > 0. For example, toBinary (13) = (1, 1, 0, 1), and 1-2³ +1.2² +0-2¹ +1-2⁰ =
8 +4+0+1 = 13.
toBinary (n) :
1: if n ≤ 1 then
return (n)
2:
3:
4:
5:
6:
else
(nd,...,no)
I = parity (n)
return (nd,..., no, x)
toBinary ([n/2])
In Tutorial 7 we showed by induction that for any n ≥ 0, if toBinary (n)
d>0, then we have on,2² = n.
= (nd,...,no) for some
Note that toBinary takes in any integer n ≥ 0 and spits out a binary number, which is an element
of {0,1}* (that is, an element of Uzo{0,1}). In other words, toBinary is a function from the
domain of Z2º to the codomain of {0, 1}*.
Use the result from Tutorial 7 to prove that toBinary : Z20 ➜ {0,1}* is one-to-one via a proof
by contrapositive.](https://content.bartleby.com/qna-images/question/20fe110a-296a-48a1-a7d8-d1b56fc22b3f/a2d49195-ae83-42aa-ae48-f4b01d5c2ada/796x72_thumbnail.png)
Transcribed Image Text:Problem 2
Recall the toBinary algorithm from Tutorial 7 problem 3, which finds the binary representation of
a given integer n > 0. For example, toBinary (13) = (1, 1, 0, 1), and 1-2³ +1.2² +0-2¹ +1-2⁰ =
8 +4+0+1 = 13.
toBinary (n) :
1: if n ≤ 1 then
return (n)
2:
3:
4:
5:
6:
else
(nd,...,no)
I = parity (n)
return (nd,..., no, x)
toBinary ([n/2])
In Tutorial 7 we showed by induction that for any n ≥ 0, if toBinary (n)
d>0, then we have on,2² = n.
= (nd,...,no) for some
Note that toBinary takes in any integer n ≥ 0 and spits out a binary number, which is an element
of {0,1}* (that is, an element of Uzo{0,1}). In other words, toBinary is a function from the
domain of Z2º to the codomain of {0, 1}*.
Use the result from Tutorial 7 to prove that toBinary : Z20 ➜ {0,1}* is one-to-one via a proof
by contrapositive.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 3 steps with 3 images

Knowledge Booster
Similar questions
- Solve the following Integer Programming problem using the graphical or branch and bound algorithm, where n=5, s=13.arrow_forwardJump to level 1 Fill in the missing numbers of the sequence generated by Euclid's algorithm on inputs 58 and 10. gcd(58, 10) yields sequence: 58 10 Ex: 5 Ex: 5arrow_forwardHelparrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Advanced Engineering MathematicsAdvanced MathISBN:9780470458365Author:Erwin KreyszigPublisher:Wiley, John & Sons, IncorporatedNumerical Methods for EngineersAdvanced MathISBN:9780073397924Author:Steven C. Chapra Dr., Raymond P. CanalePublisher:McGraw-Hill EducationIntroductory Mathematics for Engineering Applicat...Advanced MathISBN:9781118141809Author:Nathan KlingbeilPublisher:WILEY
- Mathematics For Machine TechnologyAdvanced MathISBN:9781337798310Author:Peterson, John.Publisher:Cengage Learning,

Advanced Engineering Mathematics
Advanced Math
ISBN:9780470458365
Author:Erwin Kreyszig
Publisher:Wiley, John & Sons, Incorporated

Numerical Methods for Engineers
Advanced Math
ISBN:9780073397924
Author:Steven C. Chapra Dr., Raymond P. Canale
Publisher:McGraw-Hill Education

Introductory Mathematics for Engineering Applicat...
Advanced Math
ISBN:9781118141809
Author:Nathan Klingbeil
Publisher:WILEY

Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,

