Curated Video
Mastering the Art of Isometric Room Design in Blender 3 - UV Unwrapping 3D Globe
Learn how to UV unwrap a 3D globe prop for texturing in Blender. This clip is from the chapter "Using Texture Atlas" of the series "Mastering the Art of Isometric Room Design in Blender 3".In this section, we will explore the use of...
Curated Video
Mastering the Art of Isometric Room Design in Blender 3 - 3D Modelling Stylized Globe
Create a stylized globe prop for the 3D isometric room using Blender. This clip is from the chapter "Creating Environment Props" of the series "Mastering the Art of Isometric Room Design in Blender 3".In this section, we will focus on...
Curated Video
Mastering the Art of Isometric Room Design in Blender 3 - Materials and Maps Basics
Learn about materials and maps in Blender and how to create and edit them. This clip is from the chapter "Texturing Basics" of the series "Mastering the Art of Isometric Room Design in Blender 3".In this section, we will delve into the...
Curated Video
Mastering the Art of Isometric Room Design in Blender 3 - Finalizing Render of Our 3D Isometric Room
In this final video, you will learn how to finalize a render of the 3D isometric room in Blender. This clip is from the chapter "Rendering" of the series "Mastering the Art of Isometric Room Design in Blender 3".null
Curated Video
Mastering the Art of Isometric Room Design in Blender 3 - Composing Render Scene Using Blender Nodes
This video will show how to compose a rendered scene using Blender nodes. This clip is from the chapter "Rendering" of the series "Mastering the Art of Isometric Room Design in Blender 3".null
Curated Video
Mastering the Art of Isometric Room Design in Blender 3 - Volumetric Lighting in Blender
In this video, you will learn how to use volumetric lighting in Blender to enhance the realism of a 3D scene. This clip is from the chapter "Rendering" of the series "Mastering the Art of Isometric Room Design in Blender 3".null
Curated Video
Mastering the Art of Isometric Room Design in Blender 3 - Texturing 3D Retro Chair
In this video, you will learn how to add textures to a retro-style chair in Blender. This clip is from the chapter "Designing a 3D Chair for Isometric Environment" of the series "Mastering the Art of Isometric Room Design in Blender...
Curated Video
Mastering the Art of Isometric Room Design in Blender 3 - Using Curvature to Design Chair in Blender
This video will show how to design a chair using curvature in Blender. This clip is from the chapter "Designing a 3D Chair for Isometric Environment" of the series "Mastering the Art of Isometric Room Design in Blender 3".In this...
Curated Video
Mastering the Art of Isometric Room Design in Blender 3 - Applying Spaceship Texture Detail
This video will cover the process of applying detailed textures to a spaceship miniature in Blender. This clip is from the chapter "Modelling Miniature Asset in Blender" of the series "Mastering the Art of Isometric Room Design in...
Curated Video
How Do Physics-Informed Neural Networks Work?
Can physics help up develop better neural networks?
Curated Video
Spark Programming in Python for Beginners with Apache Spark 3 - Spark SQL Engine and Catalyst Optimizer
In this video, we will cover Spark SQL engine and catalyst optimizer. This clip is from the chapter "Spark Structured API Foundation" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section, you will...
APMonitor
Find Equation Roots with Excel
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.
APMonitor
Solve Linear Equations with Python
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
APMonitor
Nonlinear Regression in Python
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...
APMonitor
MathCAD Functions and Matrices
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...
APMonitor
Curve Fit with Excel and Python
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...
APMonitor
Fit Nonlinear Model to Data with Excel
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...
APMonitor
Simulate Differential Equations with Python ODEINT
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.
APMonitor
Numpy and Loops in Python
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...
APMonitor
Mathematical Optimization with Python
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...
APMonitor
Solve Nonlinear Equations with Excel
Microsoft Excel is used to solve a set of nonlinear equations with the Excel solver add-in.
APMonitor
Solve Nonlinear Equations with Microsoft Excel
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...
APMonitor
Analyze Stock Data with Microsoft Excel
Visualization of data is a powerful method to see trends and make decisions. Microsoft Excel trending capabilities are tools to visualize large data sets, such as financial information on company performance.
APMonitor
Data Science 🐍 Solve Equations
Equations are at the root of data science. It is what turns data into actionable information by developing mathematical expressions that mimic physical systems. There are two primary ways to solve equations. The first method is a numeric...