Instructional Video4:15
Curated Video

The Ideal Milling Machine for the Model Engineer?

Higher Ed
In this video, we discuss the Dore Westbury milling machine and why it is an excellent choice for the model engineer or machinist. The Dore Westbury is a mini milling machine that pairs well with a Myford lathe. We highlight several...
Instructional Video2:59
Curated Video

Finding Your Niche

12th - Higher Ed
MacArthur Fellowship-winning luthier and acoustical researcher Joseph Curtin describes how he became a violinmaker.
Instructional Video3:49
Curated Video

Project Based Learning

Higher Ed
Project-Based Learning is a method that involves students in a long-term in-depth investigation of a real world challenge. Instead of raw memorization of facts or following instructions that present a smooth path to knowledge, students...
Instructional Video2:43
Curated Video

Models and Simulations in Engineering

3rd - Higher Ed
Models and Simulations in Engineering” will explore the different methods that engineers use in order to represent and test their designs.
Instructional Video3:05
Curated Video

The Engineering World and Work

3rd - Higher Ed
The Engineering World and Work examines the use of energy of tools, manufacturing technologies, products, and systems in the integral part of the engineering world by describing how each produces work.
Instructional Video3:44
Curated Video

Fundamental Research or Glorified Engineering?

12th - Higher Ed
Quantum physicist Artur Ekert (Oxford and NUS) describes how quantum information science is a combination of theoretical and applied investigations.
Instructional Video4:40
Curated Video

Perfect Timing

12th - Higher Ed
SETI (Search for Extraterrestrial Intelligence) astronomer and former longtime research director Jill Tarter describes the history of scientific searches for extraterrestrial life and how she became involved shortly after completing her...
Instructional Video2:53
Curated Video

Engineers: Trial and Improvement

3rd - 8th
“Engineers: Trial and Improvement” discusses the steps of the engineering design process.
Instructional Video5:55
Zach Star

Making $80,000 per Year Right Out of College

12th - Higher Ed
In this video I discuss my personal starting salary as an engineer right out of college as well as my expenses. Of course these numbers are unique to me and will different a lot from person to person and especially country to country....
Instructional Video3:58
Zach Star

New Research on Tesla Semi Truck Energy Usage, Microrobots, and more - Today In Engineering 5

12th - Higher Ed
This episode of today in engineering includes: 1. Tesla Semi Truck Energy Usage 2. Autonomous Flying Microrobots 3. Floating Island
Instructional Video6:47
Curated Video

Jobs and occupations | What Am I? Quiz | ESL Kids | 4K

Pre-K - 3rd
Jobs and occupations | What Am I? Quiz | ESL Kids | 4K Hi all 😊 Let's learn all about jobs and occupations. There are 21 talking flashcards with fun facts about each occupation to help you learn about each job and occupation. After...
Instructional Video19:28
APMonitor

Find Equation Roots with Excel

10th - Higher Ed
Two examples show how to (1) find the roots of a cubic equation and (2) find the roots of the Redlich Kwong equation of state that relates pressure and temperature to molar volume for read gasses.
Instructional Video7:46
APMonitor

Solve Linear Equations with Python

10th - Higher Ed
Linear equations such as A*x=b are solved with NumPy in Python. This tutorial demonstrates how to create a matrix (A) and vector (b) as NumPy arrays and solve the set of equations with linalg.solve
Instructional Video13:55
APMonitor

Nonlinear Regression in Python

10th - Higher Ed
A three parameter (a,b,c) model y = a + b/x + c ln(x) is fit to a set of data with the Python APMonitor package. This tutorial walks through the process of installing the solver, setting up the objective (normalized sum of squared...
Instructional Video25:13
APMonitor

MathCAD Functions and Matrices

10th - Higher Ed
Mathcad is a tool to arrange, calculate, and visualize engineering calculations and functions can help with reusing expressions in subsequent evaluations. Use the following worksheets to step through example problems related to using...
Instructional Video9:00
APMonitor

Curve Fit with Excel and Python

10th - Higher Ed
Nonlinear regression with heart rate data is shown in both Microsoft Excel and Python. GEKKO and SciPy curve_fit are used as two alternatives in Python. Heart rate data is available at...
Instructional Video13:33
APMonitor

Fit Nonlinear Model to Data with Excel

10th - Higher Ed
Microsoft Excel adjusts parameters to minimize the difference between measured and predicted values. This tutorial demonstrates how to calculate the sum of squared errors and minimize error with the Solver add-in. See...
Instructional Video13:38
APMonitor

Simulate Differential Equations with Python ODEINT

10th - Higher Ed
The heights of a dual gravity drained tank are solved with the Scipy.integrate function ODEINT. This example demonstrates how to solve the differential equation and plot the solution.
Instructional Video54:11
APMonitor

Classification and Regression: Concrete Strength

10th - Higher Ed
This case study is to determine the factors (inputs) that have correlation to the concrete compressive strength (output). 0:00 Introduction 2:35 Download Jupyter Notebook 4:00 Import Machine Learning Packages and Data 7:33 Part 1: Data...
Instructional Video47:25
APMonitor

Data Science for Energy Applications

10th - Higher Ed
Derrick Turk is the President at Terminus Data Science, LLC. Derrick graduated from the University of Texas at Austin in Mechanical Engineering, previously worked as an Engineer with Devon Energy, and as the CTO at Enertel Advisors....
Instructional Video33:34
APMonitor

Numpy and Loops in Python

10th - Higher Ed
This introductory homework assignment solution covers Numpy and loops (for and while) in Python. The example problems use simple vectors and matrices, reshaping, index referencing, initialization, dot product, cross product, matrix...
Instructional Video4:41
APMonitor

Mathematical Optimization with Python

10th - Higher Ed
This tutorial demonstrates how to solve a simple mathematical optimization problem with four variables, one objective function, one equality constraint, and an inequality constraint. The problem is solved with the APMonitor toolbox in...
Instructional Video10:26
APMonitor

Solve Nonlinear Equations with Excel

10th - Higher Ed
Microsoft Excel is used to solve a set of nonlinear equations with the Excel solver add-in.
Instructional Video13:30
APMonitor

Solve Nonlinear Equations with Microsoft Excel

10th - Higher Ed
The GRG (Generalized Reduced Gradient) solver in Excel can be used to solve sets of nonlinear equations. The nonlinear functions are input as cells and equation residuals are minimized. Functions can either be included as equality...