|
[Date Index]
[Thread Index]
[Author Index]
linearized stability analysis
- To: mathgroup at christensen.cybernetics.net
- Subject: [mg906] linearized stability analysis
- From: "Janos Toth" <TOTHJ at mszi.gau.hu>
- Date: Sun, 30 Apr 1995 03:40:33 -0400
To Ivan [mg819]:
To investigate the quality of a stationary point in Mathematica you
just write
J=Outer[D,funvaluess,variables]
to calculate the jacobian of the equation with rhs _funvalues_
and in the variables _variables_, and then calculate the eigenvalues
Eigenvalues[J]
or the eigenvalues and eigenvectors by
EigenSystem[J].
Let me know if you can use it and what for. Janos
TO'TH, Ja'nos
Department of Computer Science
Agricultural University
Go~do~llo", Pa'ter K. u. 1.
H-2103 HUNGARY
Tel.: (36-28-)310 995
Fax: (36-28-)310 804
Prev by Date:
Re: Bivariate Normal Distribution
Next by Date:
Re: How to prevent Solve from DSolve?
Previous by thread:
Error in graphical display
Next by thread:
Kernel configuration for DEC Alpha on VMS
|