Instructional Video20:33
APMonitor

Chemical Reaction Differential Equations in Python

10th - Higher Ed
Concentrations on chemical species from mole balances are solved for 1, 2, and 4 species in Python with the Scipy.Integrate package ODEINT.
Instructional Video24:15
APMonitor

Solve Differential Equations in Python

10th - Higher Ed
Differential equations are solved in Python with the Scipy.integrate package using function ODEINT. ODEINT requires three inputs:



y = odeint(mod

el, y0, t)

model: Function name that returns derivative values at...
Instructional Video8:45
APMonitor

Python Import Online Data and Analyze

10th - Higher Ed
There are many online sources of data. Python is capable to access, parse, and display data from databases, data streams, or other sources. The Internet of Things (IoT) depends on devices and programs (such as Python) communicating with...
Instructional Video3:02
Let's Tute

Creating Excel Column Charts

9th - Higher Ed
In this Microsoft Excel tutorial, we learn how to create column charts. There are seven different types of column charts to choose from, each presenting data in a unique way. By selecting the appropriate chart type, you can effectively...
Instructional Video13:51
Catalyst University

Lineweaver-Burke Equation: Theory and Derivation

Higher Ed
Lineweaver-Burke Equation: Theory and Derivation
Instructional Video25:43
APMonitor

MathCAD Nonlinear Equation Solver

10th - Higher Ed
Solution of variables within nonlinear expressions can either be difficult or impossible with analytic or symbolic techniques. When a numerical solution is required, a nonlinear solution technique can be used within Mathcad with either a...
Instructional Video32:13
APMonitor

Introduction to MathCAD for Engineers

10th - Higher Ed
Mathcad is a tool to arrange, calculate, and visualize engineering calculations. A Mathcad sheet has values, equations, plots, and functions that are written and displayed in a manner that is similar to how they are written in a textbook...
Instructional Video8:55
APMonitor

Linear and Polynomial Regression in MATLAB

10th - Higher Ed
Data regression is an empirical method to develop correlations. This tutorial demonstrates how to use MATLAB to fit a line and polynomial functions along with plotting the results and performing a basic statistical analysis.
Instructional Video4:30
Let's Tute

Excel Chart Ribbon: Exploring Options for Creating and Formatting Charts

9th - Higher Ed
In this Microsoft Excel tutorial, we will explore the Excel chart ribbon and its various options. From adding chart elements to changing colors and chart styles, we will learn how to effectively present data using different chart types....
Instructional Video4:46
Curated Video

Alteryx for Beginners - Interactive Chart Tool

Higher Ed
This video explains how to use the Interactive Chart tool in Alteryx.<br/<br/>>

This clip is from the chapter "Reporting Tab" of the series "Alteryx for Beginners".This section explores the Reporting tab.
Instructional Video7:02
Let's Tute

Microsoft Excel Tutorial: From Basics to Advanced Level

9th - Higher Ed
This video tutorial provides an introduction to Microsoft Excel, highlighting its unique features and benefits for businesses and professionals. It covers basic and advanced functions, formatting options, data analysis through pivot...
Instructional Video2:47
Let's Tute

Microsoft Excel Tutorial: Inserting Excel Shapes

9th - Higher Ed
In this Microsoft Excel tutorial, we will learn how to insert shapes into Excel. We will explore the different types of shapes available, such as rectangles, lines, block arrows, and more. Additionally, we will discover how to format...
Instructional Video13:51
Catalyst University

Lineweaver-Burke Plots: Introduction and Theory

Higher Ed
Lineweaver-Burke Plots: Introduction and Theory
Instructional Video6:48
Let's Tute

Microsoft Excel Tutorial: Formatting Charts

9th - Higher Ed
This video tutorial provides an overview of how to format charts in Microsoft Excel. It covers various formatting options such as resetting the chart style, inserting shapes, changing shape styles, adjusting chart dimensions, and...
Instructional Video3:14
Curated Video

Alteryx for Beginners - Create Sample Tool

Higher Ed
This video demonstrates how to use the Create Sample tool in Alteryx.<br/<br/>>

This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
Instructional Video15:13
Curated Video

Excel VBA Programming The Complete Guide - The Macro Recorder

Higher Ed
The Macro Recorder is a powerful tool that converts your interface actions (i.e. clicks, navigations, aesthetic changes) into valid VBA code. In this lesson, we discuss the merits (and drawbacks) of the Macro Recorder and explore some...
Instructional Video22:17
Let's Tute

Introduction to Microsoft Excel VBA Editor Tool

9th - Higher Ed
In this video, the speaker, a Microsoft certified trainer, introduces the Microsoft Excel VBA editor tool. They explain the basics of VBA and macros, their functions and applications in Microsoft Excel. They also discuss the Visual Basic...
Instructional Video2:27
Let's Tute

Excel Startup Screen Overview

9th - Higher Ed
This tutorial provides an overview of the startup screen in Microsoft Excel, including the various options available such as templates, recent files, and search functions. It also highlights the benefits of using these features to save...
Instructional Video11:58
APMonitor

Import Data and Analyze with Python

10th - Higher Ed
Python programming language allows sophisticated data analysis and visualization. This tutorial is a basic step-by-step introduction on how to import a text file (CSV), perform simple data analysis, export the results as a text file, and...
Instructional Video5:10
Catalyst University

Excel/Numbers: Absolute Cells vs Reference Cells

Higher Ed
Excel/Numbers: Absolute Cells vs Reference Cells
Instructional Video6:26
Curated Video

Core Java Programming Course- Reading MS Excel Data into a 2D Array

Higher Ed
This video demonstrates how to read an MS Excel data into a 2D array.<br/<br/>>

This clip is from the chapter "Working with MS Excel Files (Apache POI)" of the series "Learn How to Code: The Complete Core Java Programming Course".null
Instructional Video5:05
Curated Video

Alteryx for Beginners - Sample Tool

Higher Ed
This video explains how to use the Sample tool in Alteryx.<br/<br/>>

This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
Instructional Video14:55
APMonitor

Debugging Python with ipdb and Sypder

10th - Higher Ed
A powerful debugging tool for Python is the pdb (or ipdb) tool that is part of the Integrate Development Environment of Spyder (available from the Anaconda download). This exercise shows how to debug code to fix syntax and logical...
Instructional Video12:37
APMonitor

Generate high quality plots with MATLAB

10th - Higher Ed
Plots in presentations and technical documents can either detract or enhance the delivery. This tutorial demonstrates how to make high quality plots in MATLAB and how to export the figures in PNG (for MS PowerPoint) or EPS format (for...