Brian McLogan
How do you shade linear inequalities
👉 Learn how to graph linear inequalities. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also broken line (dashes) is used...
Brian McLogan
Easiest way to solve and graph a compound inequality
👉 Learn how to solve and graph compound linear inequalities. A compound inequality is an inequality having more than 1 inequality sign. To solve compound inequalities, we use inverse operations, applying the inverse operation to each...
Physics Girl
Can you solve the $20 riddle? ft SMBC Comics' Zach Weinersmith
I sit down with Zach Weinersmith from SMBC comics to ask him some physics trivia and logic riddles!
Brian McLogan
Solve and graph a compound inequality with or
👉 Learn how to solve and graph compound linear inequalities. A compound inequality is an inequality having more than 1 inequality sign. To solve compound inequalities, we use inverse operations, applying the inverse operation to each...
Brian McLogan
How to determine the truth table from a statement and determine its validity
👉 Learn how to determine the truth or false of a conditional statement. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the...
Curated Video
Translator Service
In this video, we will cover translator service. This clip is from the chapter "Natural Language Processing (NLP) Workloads on Azure (15-20%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".In this section,...
Math Fortress
Algebra I: Equations (Level 2 of 2)
This video goes over a couple of examples modeling the proper way to find the solution set of simple algebraic equations over a given domain. The video goes over equations that have one solution, many solutions and no solutions.
Brian McLogan
Graphing a vertical inequality using a table of values
👉 Learn how to graph linear inequalities with one variable. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also broken line...
Brian McLogan
Solve and graph a multi step inequality when you have a variable on both sides
👉 Learn how to solve multi-step linear inequalities having parenthesis. An inequality is a statement in which one value is not equal to the other value. An inequality is linear when the highest exponent in its variable(s) is 1. (i.e....
Brian McLogan
Determining the truth of a conditional statement
👉 Learn how to determine the truth or false of a conditional statement. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the...
APMonitor
Python 🐍 Variables
Variables store information and are objects in Python. For example, if you wanted to keep a set temperature for an egg, you would type egg = 37.5 for °C or egg = 99.5 for °F. The first part tells what the variable will be called, and the...
Curated Video
Develop a computer program to solve a problem using control structures : While Loops
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: While Loops
Brian McLogan
Determining that conditional and contrapositive are logically equivalent statements
👉 Learn how to show that two statements are logically equivalent. Two statements are said to be logically equivalent if they contain the same logical content. i.e. if both statements convey the same meaning. A conditional statement and...
Brian McLogan
How to graph a vertical linear inequality
👉 Learn how to graph linear inequalities with one variable. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also broken line...
Curated Video
Learning D3.JS 5.0 4.6: The classed() and style() Methods
We will learn how to add more than one class to an element. • Learn how to remove the attr() method and add the classed() method • Understand the example using the developer tools • Use the in-style method: style()
Curated Video
Core Java Programming Course- List Iterator
This video explains what is a list iterator. This clip is from the chapter "Lists" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various lists in Java.
Packt
Examples of Array List
This video presents examples of Array List. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Brian McLogan
Solving and graphing a linear inequality with greater than or equal to ex 2
👉 Learn how to graph linear inequalities written in standard form. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also broken...
Brian McLogan
Learn how to solve and graph a one step inequality
👉 Learn how to solve one step inequalities. When solving one step inequalities we will use inverse operations to isolate the variable. To represent our solution we will graph on the number line and use open and closed points based on the...
Brian McLogan
Learn how to graph and shade a linear inequality that is horizontal
👉 Learn how to graph linear inequalities with one variable. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also broken line...
Brian McLogan
Write a statement in conditional form and determine the truth ex 2
👉 Learn how to determine the truth or false of a conditional statement. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the...
Brian McLogan
Learning to determine the minimum value of an objective function
Learn how to solve problems using linear programming. A linear programming problem involves finding the maximum or minimum value of an equation, called the objective functions, subject to a system of inequalities, called the constraints....
Science360
IT'S A TWISTER--OF DATA!
In episode 75, Charlie and Jordan talk about visualizations that may reduce the false alarm rate for tornado prediction. How? Amy McGovern at the University of Oklahoma is trying to make high resolution simulations of supercell storms to...
Curated Video
Evaluate two sorting or two search algorithms : Bubble sort implementation
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Implement the bubble sort algorithm step by step