Homogeneous ODE system, how to solve using WOLFRAM

Click For Summary

Homework Help Overview

The discussion revolves around solving a homogeneous ordinary differential equation (ODE) system represented by a 2x2 matrix. Participants are exploring how to utilize software tools like Wolfram and MATLAB for this purpose.

Discussion Character

  • Exploratory, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants are attempting to clarify the form of the system and how to express it explicitly. Questions about the specific matrix and its elements are raised, along with inquiries about the capabilities of MATLAB regarding matrix exponentiation.

Discussion Status

The discussion is ongoing, with participants sharing their interpretations of the system and asking for guidance on using software tools. Some have provided explicit forms of the equations, while others are seeking confirmation on the functionalities of MATLAB.

Contextual Notes

There is mention of initial conditions that are unspecified, and some participants express limitations regarding access to MATLAB, which may affect their ability to explore solutions fully.

kougou
Messages
80
Reaction score
0
Hi.

If I have a homogeneous ODE with constant coefficient system in the form of 2x2 matrix:

X'=A X, A is a 2x2 matrix.

How do I solve this using wolfram or matlab?
 
Physics news on Phys.org
kougou said:
Hi.

If I have a homogeneous ODE with constant coefficient system in the form of 2x2 matrix:

X'=A X, A is a 2x2 matrix.

How do I solve this using wolfram or matlab?

What is the system explicitly?
 
Dustinsfl said:
What is the system explicitly?

Say

X'= [2, 4] X.
[1, 1]

A with with 2,4 in the top rows, and 1,1 in the bottom rows.

How do I use wolfram or MATLAB to solve this system?
 
kougou said:
Say

X'= [2, 4] X.
[1, 1]

A with with 2,4 in the top rows, and 1,1 in the bottom rows.

How do I use wolfram or MATLAB to solve this system?

We can re-write the system as
\begin{alignat*}{5}
x' & = & 2x+4y & = & 0\\
y' & = & x + y & = & 0
\end{alignat*}

DSolve[{x'[t]==2x[t]+4y[t],y'[t]==x[t]+y[t], Initial Conditions here},{x[t],y[t]},t]
 
kougou said:
Hi.

If I have a homogeneous ODE with constant coefficient system in the form of 2x2 matrix:

X'=A X, A is a 2x2 matrix.

How do I solve this using wolfram or matlab?

I do not have access to Matlab, so I don't know the answer to the following: does Matlab have a exp(A) function for a matrix A? If so, we have X(t) = X(0) exp(A*t).
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K