1 / 4

Introduction to Numerical Analysis I

Introduction to Numerical Analysis I. Binary Numbers. MATH/CMPSC 455. Binary Numbers. Decimal system: Use digits 0,1,2,3,4,5,6,7,8,9 and base 10 to express numbers Binary system: Use digits 0,1 and base 2 to express numbers. Example:. Example:. Example:. Example:.

ilya
Download Presentation

Introduction to Numerical Analysis I

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to Numerical Analysis I Binary Numbers MATH/CMPSC 455

  2. Binary Numbers • Decimal system: Use digits 0,1,2,3,4,5,6,7,8,9 and base 10 to express numbers • Binary system: Use digits 0,1 and base 2 to express numbers

  3. Example: Example: Example: Example:

  4. Decimal to Binary • Integer part Divide by 2 successively and record the reminders • Fractional part Multiply by 2 successively and record the integer parts • Binary to Decimal • Integer part Add up powers of 2 • Fractional part • finite: Add up powers of 2 • infinite: • Use the shift property of multiplication by 2 • Add up powers of 2

More Related