CSCI 26 Week 1 Day 1 Lecture
Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=te19RALDNyU
Welcome to Discrete Math!
This class is a mix of math, and writing programs to implement those math concepts. Today we went over the syllabus and what to expect during the semester.
We then got everyone logged in on the class server, ran through a quick overview of CSCI40 & CSCI41, and then introduced our first concept in Discrete Math - the modulus operator.
When doing modulus, we will often say something like Z10, which means our "universe" of numbers are all numbers modulus 10, which is to say [0..9]. Adding, subtracting and multiplying numbers in Z10 works like normal arithmetic, except once you're done, you modulus the result by 10.
So for example, 7*9 in Z10 is 3. Why? 7*9 = 63. 63 % 10 is 3.
Other Videos By Bill Kerney
2021-08-18 | Conditionals Part II |
2021-08-17 | Line Rasterization |
2021-08-17 | Game Design Principles and UE4 Materials |
2021-08-17 | Powm, Modular Division, Espionage |
2021-08-16 | Strings, Conditionals, Logical Operators |
2021-08-13 | C++ Variables, Algebra, I/O |
2021-08-12 | Week 1 Day 2 - Introduction to Rendering |
2021-08-12 | Week 1 Day 2 - Game Design / Intro to UE4 |
2021-08-12 | Week 1 Day 2 - More Modulus |
2021-08-12 | Week 1 Day 2 - UNIX and Vim Basics; Hello World |
2021-08-10 | CSCI 26 Week 1 Day 1 Lecture |
2021-08-10 | IS50A Game Development Week 1 Day 1 |
2021-08-10 | IS50B Fall 2021 Week 1 Day 1 |
2021-08-09 | Week 1 Lecture 1 - Welcome to Computer Science |
2021-07-30 | Week 4 Day 5 - Presentations |
2021-07-29 | Week 4 Day 4 - Rotation and Lighting |
2021-07-29 | Bonus Lecture - Advice |
2021-07-28 | Week 4 Day 3 - Triangle Animation |
2021-07-28 | Week 4 Day 3 - Water System and Volumes |
2021-07-27 | Week 4 Day 2 - Barycentric Coordinates Part II |
2021-07-27 | Week 4 Day 2 - Transformation Matrices |
Tags:
csci26
discrete math
modulus
review
syllabus