Simulating the Ramsey Cass Koopmans Model

バージョン 1.0.3.0 (4.82 MB) 作成者: Ken Deeley
This example shows to create and simulate the Ramsey-Cass-Koopmans economic model using two distinct approaches
ダウンロード: 827
更新 2023/10/2

Simulating the Ramsey-Cass-Koopmans Model Using MATLAB and Simulink

View Simulating the Ramsey-Cass-Koopmans Model Using MATLAB and Simulink on File Exchange

Open in MATLAB Online

Many economic and financial models, such as those for resource allocation or optimal growth, involve systems of differential equations with no explicit analytical solution. Solving these systems numerically and visualizing results are important tasks for economists and other financial analysts.

Using the fundamental Ramsey-Cass-Koopmans (RCK) model as an example, this code, along with the corresponding technical article, describes two workflows for creating, simulating, and visualizing a system of ordinary differential equations (ODEs). One approach is based on MATLAB®, the other on Simulink®. The MATLAB approach uses programming techniques familiar to financial professionals who work in a technical computing environment. The Simulink approach offers a visual modeling environment and graphical representation of the system.

Installation and Getting Started

The examples are provided in a MATLAB project.

  1. Double-click on the project archive (RCK.mlproj) to extract it using MATLAB.
  2. With MATLAB open, navigate to the newly-created project folder and double-click on the project file (RCK.prj) to open the project.
  3. The example files are the live scripts within the project.
    • createRCKModel.mlx: This example shows how to define and solve the Ramsey-Cass-Koopmans model using MATLAB.
    • createRCKModel.mlx: This example shows how to define and solve the Ramsey-Cass-Koopmans model using MATLAB and the time elimination method to solve the system of ODEs.
    • defineRCMParams.mlx: This example contains the parameter definitions used in the Ramsey-Cass-Koopmans model. The parameters are stored in a structure for later reuse.
    • parallelRCKMATLAB.mlx: This example shows how to simulate the MATLAB version of the Ramsey-Cass-Koopmans model using parallel computing constructs to speed up the simulation process.
    • parallelRCKSimulink.mlx: This example shows how to simulate the Simulink version of the Ramsey-Cass-Koopmans model using parallel computing constructs to speed up the simulation process.
    • plotPhasePortrait.mlx: This example shows how to visualize the 2D phase plane corresponding to the system of ODEs defined by the Ramsey-Cass-Koopmans model.
    • plotRCKSimulink.mlx: This example shows how to simulate the Simulink version of the Ramsey-Cass-Koopmans model.

MathWorks® Product Requirements

This example was updated using MATLAB release R2022b.

License

The licenses for this entry are available in the license.txt and license_ds2nfu.txt files in this GitHub repository.

Copyright 2016-2023 The MathWorks, Inc.

Community Support

MATLAB Central

引用

Ken Deeley (2024). Simulating the Ramsey Cass Koopmans Model (https://github.com/mathworks/simulating-the-ramsey-cass-koopmans-model-using-matlab-and-simulink/releases/tag/v1.0.3), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2016b
R2022b 以降のリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersOrdinary Differential Equations についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。