http://www.mathrevolt.com
Infinity Online Help
Introduction
About Infinity
Key features
System requirements
Description
Overview
Operations
Functions
Objects
Commands
Variables
Interface
Plots
FAQ
Examples
Duck-solutions
Aleynikov's Problem
Brusselator
The problem of two bodies
A nonlinear autonomous stationary system with a locally unstable area
The problem with a discontinuity of the second kind
The problem with several discontinuities of the second kind
Registration
Purchasing and Licensing Issues
Registration
Product license information
Why should I register?
Support
  Brusselator



Data input for Infinity:

Digits := 50
l1 := 9.533*y1(t) + diff(y1(t),t) = 2 + y1(t)^2*y2(t)
l2 := -8.533*y1(t) + diff(y2(t), t) = - y1(t)^2*y2(t)
SupT := 10
SupLocError := 1e-15
Complicated := 1
analysis({l1,l2, y1(0) := 1, y2(0) := 4.2665}, {y1(t), y2(t)})

Solutions received by Infinity:


Data input for Maple:

SupT := 10;
l1 := 9.533*y1(t) + diff(y1(t),t) = 2 + y1(t)^2*y2(t):
l2 := -8.533*y1(t) + diff(y2(t), t) = -y1(t)^2*y2(t):
sol := dsolve({l1,l2,y1(0) = 1, y2(0) = 4.2665},{y1(t),y2(t)}, type = numeric, abserr = Float(1, -15));
with(plots):
range0 := 0..SupT;
g1 := odeplot(sol,[t,y1(t)],range0,color = green, numpoints = 2000):
g2 := odeplot(sol,[t,y2(t)],range0,color = red, numpoints = 2000):
display(g1,g2);

Solutions received by Maple:


brus.jpg (7281 Bytes)
Note: If you solved your particular task with the help of Infinity and you want to share your know-how, send us the solution. We will publish it at our site and put it into the help file.

Copyright © 1998-2004, MathRevolt. All rights reserved