ملف:Lotka-Volterra.svg

الملف الأصلي(ملف SVG، أبعاده 512 × 512 بكسل، حجم الملف: 432 كيلوبايت)

وصف قصير

Description
English: Phase portrait of Lotka-Volterra system. Mathematica code:
Italiano: Ritratto di fase del sistema Lotka-Volterra. Codice Mathematica:
tend = 40;
Needs["VectorFieldPlots`"]

Quiet@Manipulate[
  right1 = (a - b y[t]) x[t];
  right2 = (c x[t] - d) y[t];
  Solutions = 
   Table[NDSolve[{x'[t] == right1, y'[t] == right2, x[0] == d/c, 
      y[0] == i}, {x[t], y[t]}, {t, 0, tend}], {i, a/b, 
     3, (3 - a/b)/10}];
  plot1 = 
   ParametricPlot[Evaluate[{x[t], y[t]} /. Solutions], {t, 0, tend}, 
    ImageSize -> {300, 300}, AxesOrigin -> {0, 0}, 
    PlotStyle -> {{Blue, Thick}}];
  plot2 = 
   Plot[Evaluate[{x[t], y[t]} /. Solutions[[-1]]], {t, 0, tend}, 
    ImageSize -> {300, 300}];
  plot3 = ListPlot[{{0, 0}, {d/c, a/b}}, PlotMarkers -> {Automatic}];
  plot4 = 
   VectorFieldPlot[{right1, right2} /. {x[t] -> x, y[t] -> y}, {x, 0, 
     3}, {y, 0, 3}];
  plotLeft = 
   Show[plot1, plot3, plot4, PlotRange -> {{0, 3}, {0, 3}}, 
    AxesLabel -> {x, y}, Ticks -> None];
  Row[{plotLeft, plot2}]
  , {{a, 1}, 0, 5}, {{b, 1}, 0, 5}, {{c, 1}, 0, 5}, {{d, 1}, 0, 5}]
Date 2008-05-29
Source Own work
Author Wiso

ترخيص


I, the copyright holder of this work, hereby publish it under the following licenses:
GFDL
يسمح بنسخ و توزيع و/أو تعديل هذا المستند وفق شروط رخصة الوثائق الحرة (جنو) إصدار 1.2 أو أي إصدار أحدث المنشورة من قبل مؤسسة البرمجيات الحرة بدون أقسام ثابته و نصوص الغلاف الأمامي و الخلفي.
قالب:Cc-by-sa-3.0,2.5,2.0,1.0
[You may select the license of your choice.] Error: {{Lang}}: text has italic markup (help)

تاريخ الملف

اضغط على زمن/تاريخ لرؤية الملف كما بدا في هذا الزمن.

زمن/تاريخصورة مصغرةالأبعادمستخدمتعليق
حالي ★ مراجعة معتمدة
05:54، 14 أكتوبر 2023
تصغير للنسخة بتاريخ 05:54، 14 أكتوبر 2023512 × 512 (432 كيلوبايت)Pastakhov (نقاش | مساهمات)Upload https://upload.wikimedia.org/wikipedia/commons/e/e2/Lotka-Volterra.svg

لا يوجد صفحات تصل لهذه الصورة.

معلومات الصورة (ميتا)