Tag: Excel Tutorial

  • Numerical Solutions to the Logistic Equation: Exploring Population Models in Spreadsheets

    Introduction The logistic equation is a fundamental mathematical model used to describe population growth in a constrained environment. It was first proposed by Pierre-François Verhulst in 1838 and is expressed as: Here, P represents the population size at time t, r is the intrinsic growth rate, and K is the carrying capacity of the environment,…

  • The Power of Differential Equations: A Backbone of Science and Engineering

    Differential equations, mathematical equations that relate a function and its derivatives, are the cornerstone of many scientific and engineering disciplines. They provide a powerful tool for modeling and understanding complex systems, from the laws of physics to the dynamics of biological populations. In physics, differential equations are used to describe the motion of objects, the…

  • Mastering XLOOKUP: The Ultimate Lookup Function for Scientists and Engineers

    Oftentimes, data is stored in tables and frequently needs to be accessed. Take, for example, this data set (taken from kaggle.com) that lists the refractive indices of glass as a function of the percentage of the various elements present in it. Imagine needing to quickly look up the elements of a glass with a particular…

  • Matrices and Determinants in Excel

    Spreadsheets are excellent tools for understanding arrays. While arrays can be multi-dimensional in theory, it’s easiest to visualize them in terms of rows and columns, forming one or two-dimensional arrays. One-dimensional Array Two-Dimensional Array Arrays are always represented as rows x columns. And in many problems, it is useful to manipulate an entire array. Such…