Brian McLogan
Applying multiple transformations to graph the logarithmic equations
👉 Learn all about graphing logarithmic functions. A logarithmic function is a function with logarithms in them. The graph of the parent function of a logarithmic function usually takes its domain from the positive x-axis. To graph a...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Time Series
This video explains how to aggregate time series data with Elasticsearch. This clip is from the chapter "Using Aggregation" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains the function of...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Enter Locks with ReEntrantLock
In this session, we will learn about enter locks with ReEntrantLock. This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete Beginners - Java 16".In...
Brian McLogan
Pre-Calculus - Using the Properties of Logs to Simplify an Expression
👉 Learn how to evaluate natural logarithms. Recall that the logarithm of a number says a to the base of another number say b is a number say n which when raised as a power of b gives a. (i.e. log [base b] (a) = n means that b^n = a)....
Brian McLogan
What does a sketch of the exponential graph look like with a base e
👉 Learn how to graph exponential functions in base e. An exponential function is a function whose value increases rapidly. e is a constant called the exponential constant equal to 2.7183... To graph an exponential function, it is usually...
Brian McLogan
Math tutorial for graphing a logarithmic equation with transformations
👉 Learn all about graphing logarithmic functions. A logarithmic function is a function with logarithms in them. The graph of the parent function of a logarithmic function usually takes its domain from the positive x-axis. To graph a...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Flow Logs
This video explains how to implement and use the flow logs, which allow you to monitor network traffic and receive traffic alerts with CloudWatch. This clip is from the chapter "Solutions Architect Chapter 10 - Virtual Network Services"...
Curated Video
C++ 20 (2a) New Features - Example of Use
Define simple producer – consumer pair of coroutines and switching between them. • Define consumer coroutine • Define producer coroutine • Use cppcoro::single_consumer_event facility to make it work This clip is from the chapter...
Curated Video
Docker Dockerfile and Docker Compose 2020 Ready - A Sample Development Environment (PHP/Apache/MySQL) using docker-compose.yml
Reading, Understanding and Writing docker-compose.yml files step by step: A Sample Development Environment (PHP/Apache/MySQL) using docker-compose.yml This clip is from the chapter "Reading, Understanding and Writing docker-compose.yml...
Brian McLogan
Determine the same base to eliminate to solve an exponential equation
👉 Learn how to solve exponential equations. An exponential equation is an equation in which a variable occurs as an exponent. To solve an exponential equation, we isolate the exponential part of the equation. Then we take the log of both...
Brian McLogan
what are the transformation of the logarithmic graph compared to exponential
👉 Learn all about graphing logarithmic functions. A logarithmic function is a function with logarithms in them. The graph of the parent function of a logarithmic function usually takes its domain from the positive x-axis. To graph a...
Curated Video
Laws of Logarithms: Understanding and Application
The video is a lecture presentation on the laws of logarithms. The presenter explains the three laws of logarithms and their applications using examples. The video also covers key facts about logarithms and how to convert them between...
Packt
CompTIA Network+ Certification N10-007: The Total Course - File Transfer Protocol (FTP)
This video explains the concept of FTP. This clip is from the chapter "Transmission Control Protocol/Internet Protocol TCP/IP Applications" of the series "CompTIA Network+ Certification N10-007: The Total Course".In this section, you...
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Azure Monitor
This video introduces you to Azure Monitor. This clip is from the chapter "Monitoring and Logging" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section introduces you to monitoring and logging.
Brian McLogan
Finding the domain and X-intercepts of a logarithm with horizontal shift
👉 Learn all about graphing logarithmic functions. A logarithmic function is a function with logarithms in them. The graph of the parent function of a logarithmic function usually takes its domain from the positive x-axis. To graph a...
Brian McLogan
Algebra 2 - Evaluating a Logarithm to a Rational Base
👉 Learn how to evaluate logarithms with fractions. Recall that the logarithm of a number says a to the base of another number say b is a number say n which when raised as a power of b gives a. (i.e. log [base b] (a) = n means that b^n =...
Brian McLogan
Learn how to graph and describe characteristics of a natural logarithm
👉 Learn all about graphing natural logarithmic functions. A logarithmic function is a function with logarithms in them. A natural logarithmic function (ln function) is a logarithmic function to the base of e. The graph of the parent...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Change Navbar Title for Order
In this video, we'll look at Change Navbar Title for Order. This clip is from the chapter "Order Management" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at order management.
Brian McLogan
Master Graphing Logarithmic Equations with multiple transformations
Master Graphing Logarithmic Equations with multiple transformations
Brian McLogan
Pre-Calculus - Applying the Properties of Logs to Simplify an Expression
👉 Learn how to evaluate natural logarithms. Recall that the logarithm of a number says a to the base of another number say b is a number say n which when raised as a power of b gives a. (i.e. log [base b] (a) = n means that b^n = a)....
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Exploring Certbot Configuration and Testing Renewal
In this video, we'll be exploring Certbot configuration and testing renewal. This clip is from the chapter "Free TLS Certificate (Let's Encrypt) on Paid Hosting" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section,...
Curated Video
Docker - A Complete Hands-On Guide - Build an Image from Docker Compose and Run the Container at the Same Time
This video explains how to build an image from Docker Compose and run the container at the same time. This clip is from the chapter "Build Image from Docker Compose" of the series "Docker A Beginner- HandsOn Guide".This section explains...
Curated Video
Learning Splunk - Onboarding Iptables Logs
Exploring collection of iptables logs into your Splunk installation. • Enable iptables logging on your Linux machine • Modify inputs.conf to collect the firewall logs • Search for the iptables logs in Splunk This clip is from the chapter...
IDG TECHtalk
How to use the pwd command: 2-Minute Linux Tips
In this Linux tip, learn how to use the pwd (present working directory) command, which can tell you where in the file system you are currently located.