Resources

Text Search:
Applied Filters
    Modeling Scenario
    272

    views

    247

    downloads

    0

    comments

    6-002-EulerCromerPendulum-ModelingScenario
    This activity introduces students to the concept of numerical stability. While modeling a simple pendulum, students compare performance of the semi-implicit Euler-Cromer method with Euler's method and the higher-order Improved Euleror algorithm.
    Potential Scenario
    126

    views

    60

    downloads

    0

    comments

    2015-Sebesyen-Farago-Invasive Species Model with Linear Rat Harvesting on Easter Island
    In this paper we suggest a natural modification of this model. Namely, we will investigate the case where the amount of the rats is decreased due to some external factor, e.g., exterminations by the people.
    Free Online Textbook
    366

    views

    73

    downloads

    0

    comments

    2015-Eric_Sullivan-Numerical Methods_An_Inquiry-Based_Approach_with_Python
    This is an OER effort on the part of Eric Sullivan to explore the joy of numerical methods. He has provided several versions.
    Potential Scenario
    122

    views

    39

    downloads

    0

    comments

    2011-Nguyen-Shi-Modeling the absorption circulation and metabolism of tirapazamine
    This apparently is a student project and it develops the kinetic model, uses Matlab for numerical solution, analytic solution and numerical solution.
    Technique Narrative
    346

    views

    146

    downloads

    0

    comments

    2-001-NumericalMethodsComparisons-TechniqueNarrative
    This material teaches the basics of numerical methods for first order differential equations by following graphical and numerical approaches. We discuss the order of accuracy of the methods and compare their CPU times.
    Free Online Textbook
    96

    views

    41

    downloads

    0

    comments

    2015-Dan_Sloughte-Notes on Diffy Qs Differential Equations for Engineers
    This is a calculus book with the last chapter devoted to ordinary differential equations topics. The effort begins with a study of numerical methods and goes through traditional technique strategies.
    Modeling Scenario
    382

    views

    91

    downloads

    0

    comments

    6-017-OncolyticViruses-ModelingScenario
    Students explore oncolytic virotherapy using systems of differential equations and numerical simulations.
    Modeling Scenario
    192

    views

    77

    downloads

    0

    comments

    4-065-GasInjection-ModelingScenario
    Students use programs (or create their own code) based on exponential box-scheme approximations for solving systems of nonlinear differential equations that contain small parameters for the highest derivative terms or singularities in boundary...
    Modeling Scenario
    181

    views

    167

    downloads

    0

    comments

    3-069-HeatInBar-ModelingScenario
    The temperature distribution along a uniform slender bar due to conduction and convection is investigated through experimental, analytical, and numerical approaches.
    Modeling Scenario
    335

    views

    205

    downloads

    0

    comments

    1-097-SwimmingPool-ModelingScenario
    This project involves the dynamics of chlorine concentration during regular swimming pool maintenance cycles. Students will have the opportunity to use both analytic and numerical methods.
    Potential Scenario
    144

    views

    63

    downloads

    0

    comments

    2017-Ole_Witt-Hansen-Examples Of Differential Equations In Physics
    This is an article from the author’s homepage. The work contains fundamental and basic background and derivation of the differential equation models for a number of phenomena.
    Free Online Textbook
    106

    views

    44

    downloads

    0

    comments

    2009-Eriksson- Estep-Hansho-Johnson-Computational Differential Equations
    Differential Equations and Advanced Computational Differential Equations, presents a unified approach to computational mathematical modeling using differential equations based on a principle of a fusion of mathematics and computation.
    Potential Scenario
    103

    views

    44

    downloads

    0

    comments

    1994-Paul_Davis-Asking Good Questions about Differential Equations
    A general essay about the Rule of Three – numerical, algebraic, and graphical perspectives + modeling with one illustration about Irish population.
    Technique Narrative
    326

    views

    185

    downloads

    0

    comments

    9-001-SkinBurnModelNumericalMethods-TechniqueNarrative
    The heat equation is an important partial differential equation (PDE) which describes the distribution of heat in a given region over time. Numerical methods play an important role in solving these.
    Technique Narrative
    451

    views

    483

    downloads

    0

    comments

    5-005-StiffDifferentialEquations-TechniqueNarrative
    This material introduces the topic of ``stiffness'' for a system of ordinary differential equations (ODE's), through a series of examples. Stiffness is a property that a system of ODE's may posses that make it difficult to solve numerically.
    Modeling Scenario
    179

    views

    82

    downloads

    0

    comments

    9-030-WaterHammer-ModelingScenario
    We develop and apply a numerical algorithm that solves a system of two nonlinear partial differential equations (PDEs) that describes the time evolution of the water hammer phenomenon.
    Potential Scenario
    344

    views

    63

    downloads

    0

    comments

    2017-Varanis-Mereles-Mathematical Model of a Vehicle Crash A Case Study
    The model proposed in this paper allows one to obtain the parameters of the system, and then compare them with the ones obtained experimentally to test the suitability of the model with the vehicle crash.
    Potential Scenario
    164

    views

    51

    downloads

    0

    comments

    2017-GR_Gustafson-Differential Equations Course Materials
    There are many applications from compartment and cascade analysis, recycling brine tank, home heating with multiple rooms, chemostat, microbes, heartbeats, lidocaine, nutrient flow in an aquarium, biomass transfer, pesticides, forecasting prices,...
    Potential Scenario
    122

    views

    70

    downloads

    0

    comments

    2017-Biswasa-EtAl-Mathematical Modeling Applied to Sustainable Management of Marine Resources
    We study a nonlinear mathematical model of fishery management to understand dynamics of a fishery resource system in an aquatic environment that consists of two zones; one free fishing zone and another reserve zone where fishing is strictly...
    Potential Scenario
    114

    views

    60

    downloads

    0

    comments

    2017-Alex_Honchar-Neural Networks For Solving Differential Equations
    In this post I want to show how I applied simple feed-forward NNs to different differential equations with increasing complexity: ODEs, second order ODEs, and, finally, PDEs.