Hi, what do you want to do?
APMonitor
Chemical Reaction Differential Equations in Python
Concentrations on chemical species from mole balances are solved for 1, 2, and 4 species in Python with the Scipy.Integrate package ODEINT.
APMonitor
Solve Differential Equations in Python
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...
y = odeint(mod
el, y0, t)
model: Function name that returns derivative values at...
APMonitor
Python Import Online Data and Analyze
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...
Let's Tute
Creating Excel Column Charts
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...
Catalyst University
Lineweaver-Burke Equation: Theory and Derivation
Lineweaver-Burke Equation: Theory and Derivation
APMonitor
MathCAD Nonlinear Equation Solver
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...
APMonitor
Introduction to MathCAD for Engineers
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...
APMonitor
Linear and Polynomial Regression in MATLAB
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.
Let's Tute
Excel Chart Ribbon: Exploring Options for Creating and Formatting Charts
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....
Curated Video
Alteryx for Beginners - Interactive Chart Tool
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.
This clip is from the chapter "Reporting Tab" of the series "Alteryx for Beginners".This section explores the Reporting tab.
Let's Tute
Microsoft Excel Tutorial: From Basics to Advanced Level
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...
Let's Tute
Microsoft Excel Tutorial: Inserting Excel Shapes
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...
Catalyst University
Lineweaver-Burke Plots: Introduction and Theory
Lineweaver-Burke Plots: Introduction and Theory
Let's Tute
Microsoft Excel Tutorial: Formatting Charts
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...
Curated Video
Alteryx for Beginners - Create Sample Tool
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.
This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
Curated Video
Excel VBA Programming The Complete Guide - The Macro Recorder
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...
Let's Tute
Introduction to Microsoft Excel VBA Editor Tool
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...
Let's Tute
Excel Startup Screen Overview
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...
APMonitor
Import Data and Analyze with Python
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...
Catalyst University
Excel/Numbers: Absolute Cells vs Reference Cells
Excel/Numbers: Absolute Cells vs Reference Cells
Curated Video
Core Java Programming Course- Reading MS Excel Data into a 2D Array
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
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
Curated Video
Alteryx for Beginners - Sample Tool
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.
This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
APMonitor
Debugging Python with ipdb and Sypder
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...
APMonitor
Generate high quality plots with MATLAB
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...