We develop fluency with the decimal representation of unsigned integers:
00:00 -Introduction
00:13 -Table of popular number systems
00:25 - Natural Numbers and blackboard notation
01:12 -(Signed) Integers
02:01 -Unsigned integers
03:07 -Rational numbers
03:44 -Real numbers
04:06 -Complex numbers
04:38 -How will we used these popular sets in MATLAB
05:16 -What is a decimal representation?
05:39 -The set of decimal digits
06:20 -Example 1: One-digit decimal number
07:55 -Example 2: Two-digit decimal number
09:44 -Example 3: Three-digit decimal number
12:22 -Why do we study decimal numbers so carefully?
13:57 -Example 4: Four-digit decimal number
16:32 -The position of a decimal digit
18:27 -Table of position values from examples 1 – 4
19:50 -The general form of an unsigned decimal integer
22:20 -The value of index on decimal digits
23:29 -Example 4: Analyzing the value decimal digits using a for loop
30:26 -Conclusion