Tagged articles
3 articles
Page 1 of 1
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 coolingPythondifferential equations
0 likes · 4 min read
How to Model Cooling with Differential Equations: Step-by-Step Guide
Python Crawling & Data Mining
Python Crawling & Data Mining
Mar 2, 2022 · Fundamentals

How to Compute Algebraic Functions in Python: Two Practical Methods

This article walks through a Python fan's question about implementing algebraic functions, presenting two solutions—one using basic arithmetic operators and another leveraging the sympy library—complete with code snippets, explanations, and visual illustrations to help beginners understand the approach.

Code ExamplePythonalgebraic-functions
0 likes · 4 min read
How to Compute Algebraic Functions in Python: Two Practical Methods