China and Universals Bernard Paul Sypniewski Rowan University Camden Campus

Slides:



Advertisements
Similar presentations
The Game of Algebra or The Other Side of Arithmetic The Game of Algebra or The Other Side of Arithmetic © 2007 Herbert I. Gross by Herbert I. Gross & Richard.
Advertisements

Thinking Mathematically
Thinking Mathematically
CHINESE WRITING By Tessa Erickson Thoemke 泰莎泰莎. H ISTORY The Chinese writing system is one of the oldest known written languages in the world. The earliest.
Algorithms for Multiplying Whole-Numbers 4.2 Written Algorithms For Whole- Number Operations.
1.3 FRACTIONS REVIEW Variables-letters that represent numbers
Digital Fundamentals Floyd Chapter 2 Tenth Edition
CSC /703 CTI/DePaul1 CSC-255 Lecture 3 Text and Numerical Storage (Chapter 1 from Brookshear) Modified by Ufuk Verun from Jim Janossy © 2002, DePaul.
Information Processing Session 5B Binary Arithmetic Slide
Chapter 4 Numeration and Mathematical Systems
Representing Real Numbers Using Floating Point Notation Lecture 6 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
BOOLEAN LOGIC CSC 171 FALL 2004 LECTURE 7. ASSIGNMENT Review Quiz # 2 Start reading Chapter 5.
Number Systems Lecture 02.
Lecture 2 Number Systems
Digital “ABC” Book By: Scott Bowers.
By.. Miss Prangtip Kaewsuphot
Math in Our World Section 4.3 Base Number Systems.
Chapter 4 Numeration and Mathematical Systems
Data Representation Number Systems.
Whole Numbers Are the whole numbers with the property of addition a group?
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Lecture for Week Spring.  Numbers can be represented in many ways. We are familiar with the decimal system since it is most widely used in everyday.
Lecture 5.
Numeral Systems Subjects: Numeral System Positional systems Decimal
Chapter 4 Numeration and Mathematical Systems
Data Representation.
Chapter 5 Using Data and COBOL Operators. Initializing Variables When you define a variable in WORKING- STORAGE, you also can assign it an initial value.
Binary Arithmetic In today’s lesson we will look at: a reminder of how binary works adding binary numbers overflow complements negative numbers and subtraction.
Module :MA0001NP Foundation Mathematics Lecture Week 3.
Lecture 5. Topics Sec 1.4 Representing Information as Bit Patterns Representing Text Representing Text Representing Numeric Values Representing Numeric.
Fractions, Decimals & Percentages
BR 8/99 Binary Numbers Again Recall than N binary digits (N bits) can represent unsigned integers from 0 to 2 N bits = 0 to 15 8 bits = 0 to 255.
Multiplying Whole Numbers © Math As A Second Language All Rights Reserved next #5 Taking the Fear out of Math 9 × 9 81 Extending Single Digit Multiplication.
CISC1100: Binary Numbers Fall 2014, Dr. Zhang 1. Numeral System 2  A way for expressing numbers, using symbols in a consistent manner.  " 11 " can be.
STEP 1 Multiply the digits in the ones place. Write the product in the ones place of the answer box. If the product is greater than ten, carry the number.
1 Data Representation Characters, Integers and Real Numbers Binary Number System Octal Number System Hexadecimal Number System Powered by DeSiaMore.
1 Representation of Data within the Computer Oct., 1999(Revised 2001 Oct)
Visualizing Decimal and Binary
Dividing Decimals # ÷ 3.5 next Taking the Fear out of Math
Numbers. What are numbers? WHY WERE NUMBERS DEVELOPED??
07/12/ Data Representation Two’s Complement & Binary Arithmetic.
Lecture 5 Checksum. 10.2CHECKSUM Checksum is an error-detecting technique that can be applied to a message of any length. In the Internet, the checksum.
Unit #1 Expressions Definition Algebraic Expression An algebraic expression is a mathematical phrase that can contain ordinary numbers, variables (like.
BASIC OPERATIONS The four basic mathematical operations are: + Addition - - Subtraction × Multiplication ÷ Division.
Copyright © Cengage Learning. All rights reserved. Fundamental Concepts of Algebra 1.1 Real Numbers.
Introduction To Number Systems Binary System M. AL-Towaileb1.
Thursday, Aug 20 Review Lesson 1 Long Multiplication.
Scientific Notation. What is scientific notation Use of powers of 10 in writing a number is called scientific notation. Such number have the form M x.
Two’s and one’s complement arithmetic CLOCK ARITHMETIC.
The Number Zero By zee oddo.
09/03/20161 Information Representation Two’s Complement & Binary Arithmetic.
 2012 Pearson Education, Inc. Slide Chapter 4 NumerationSystems.
Order of Operations PEMDAS DON’T STRESS. Numerical Expression : A mathematical phrase that includes numerals and operational symbols. It does not have.
Properties of Logarithms Section 3.3. Objectives Rewrite logarithms with different bases. Use properties of logarithms to evaluate or rewrite logarithmic.
Chapter 4 Numeration and Mathematical Systems © 2008 Pearson Addison-Wesley. All rights reserved.
Number Systems. The position of each digit in a weighted number system is assigned a weight based on the base or radix of the system. The radix of decimal.
WARM UP Solve: 1. 3x – 5 = (3x -5) = x – 3 + 4x = (2x – 4) = 6.
Number systems Visualizing Decimal and Binary. We count in base 10 because people started by counting on their fingers Base 10 is a number system that.
Review Mathematics Skills
Introduction To Number Systems
Binary Fractions.
Scientific Notation.
Number System conversions
Chapter 4 Numeration and Mathematical Systems
SEVENTH EDITION and EXPANDED SEVENTH EDITION
Chapter 3 DataStorage Foundations of Computer Science ã Cengage Learning.
BASIC MATH.
ID1050– Quantitative & Qualitative Reasoning
Introduction To Number Systems
Two’s Complement & Binary Arithmetic
Presentation transcript:

China and Universals Bernard Paul Sypniewski Rowan University Camden Campus

Universals Working definition: An idea that can occur to anyone, anywhere, anytime. The notion of the Universal is central to Western philosophy and science. Can we identify Universals if, indeed, they exist? Test Case: Leibniz’s Binary Numbers and the I Ching Hexagrams.

Did the Chinese Invent Binary Numbers? Leibniz developed a binary number system. Bouvet sent him a hexagram chart. They concluded that the hexagrams were binary numbers.

Binary Numbers The binary numbers system uses only zeros and ones to represent any number. The binary number 1101 can be written in Arabic numerals as 13. Reading from right to left, there is a 1 in the units place (there is one 1 in the number), a 0 in the twos place (no 2s), a 1 in the fours place (one 4), and a 1 in the eights place (one 8). Add the places with 1s: = 13.

Place Order and Rotations Leibniz read the hexagrams from the top down; the Chinese from the bottom up. A hexagram is a stack of lines with no place order. We can say Leibniz “rotated” a hexagram 90º clockwise to get a place order. Figure 1. Leibniz’s Hexagram Rotation Figure 2. Traditional Chinese Reading

Zero and Chuan Leibniz assumed, without comment, that the Chinese (Fu Xi) had the zero. The zero did not appear in China until the 8 th century A. D. Leibniz assigned the hexagram Chuan the value 0.

Mathematical Operations The hexagram set is closed (0-63). Some mathematical operations can be carried out using hexagrams but the closed nature of the set causes problems. Leibniz did not discuss using the hexagrams for arithmetic.

Chinese Mathematical Alternatives Rod Numerals Traditional characters. While the signs for numbers are different, the only significant difference in the method of constructing large numbers in the oracle bones is that they use additional symbols for 20, 30, and 40 that were later replaced by individual multiplications (e.g., er shi).

Hexagrams not in the I Ching Does this pot display a hexagram or are the lines merely a design? If it is a hexagram, what does it mean? Should we add the hexagrams together?

Seek and Ye Shall Find Leibniz theorized about a Universal Language and invented a binary number system. Fohi, the most ancient prince and philosopher of the Chinese, had understood the origin of things from unity and nothing, i.e., his mysterious figures reveal something of an analogy to Creation, containing the binary arithmetic (and yet hinting at greater things) that I rediscovered after so many thousands of years, where all numbers are written by only two notations, 0 and 1.

Conclusion Separate fact from theory Theories not supported by facts are exercises only If there are “universals”, they must relate to the real world and not to theory.