Tag

SymPy

1 views collected around this technical thread.

Model Perspective
Model Perspective
Jun 9, 2022 · Fundamentals

How to Model Cooling with Differential Equations: Step-by-Step Guide

This article outlines a three‑step process for constructing differential‑equation models, demonstrates it with a Newton cooling problem, derives the governing equation, solves it analytically and numerically using Python’s sympy, and predicts the object’s temperature after 20 minutes.

Newton coolingSymPydifferential equations
0 likes · 4 min read
How to Model Cooling with Differential Equations: Step-by-Step Guide
Model Perspective
Model Perspective
Jun 9, 2022 · Fundamentals

How to Model Water Flow in a Hemisphere Using Differential Equations

This article explains the three-step process for constructing differential-equation models, introduces the micro-element analysis method, and demonstrates its application to a hemispherical water-outflow problem, including derivation of the governing equation, solution via separation of variables, and a Python implementation using SymPy.

SymPydifferential equationsfluid dynamics
0 likes · 5 min read
How to Model Water Flow in a Hemisphere Using Differential Equations