About
Title: 10 Math Concepts for Programmers Authors: youtube.com Category:articles Number of Highlights: 2 Source URL: https://www.youtube.com/watch?v=bOCHTHkBoAs&feature=youtu.be Date: 2024-06-28 Last Highlighted: 2024-06-28
Highlights
Boolean is abinary variable that can have twopossible values true or false now thereare three operators that you can use towork with them and or in not orconjunction disjunction and negation if
you want to be fancy
Tags:technology
three weird words scalar is asingle numeric value a vector is a listof numbers like a one-dimensional arrayand finally a matrix is like a grid ortwo-dimensional array that contains rowsand Columns of numeric values