Skip to Main Content Skip to Search
Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Thread Subject: nonlinear system algebraic equations

Subject: nonlinear system algebraic equations

From: Francesco

Date: 19 Oct, 2007 22:15:58

Message: 1 of 2

Hi Everybody,
I am dealing with a system of three nonlinear algebraic
equations (coming off fron a PDE once I truncate its
Fourier series solution at the second order).
Do you have any suggestions about how can I solve them?
Any useful Matlab routine or if some of you has a good
one...
Many thanks,
Francesco

Subject: Re: nonlinear system algebraic equations

From: Lassoued

Date: 20 Oct, 2007 09:16:02

Message: 2 of 2

Hi,
You can use simply a Newton method, it's easy for implementation and
enough good in the most of case. if you have the optimization toolbox
already installed then you can just use the function fsolve ( please read
the documentation in matlab help) if not you can use an algorithm which is
available online colled mmfsolve
(http://www.nd.edu/~wschnei1/Courses/CBE_445/Fall06/Lectures/Lecture2/mmfsolve.m).



On Sat, 20 Oct 2007 07:15:58 +0900, Francesco
<fsarnari@maths.leeds.ac.uk> wrote:

> Hi Everybody,
> I am dealing with a system of three nonlinear algebraic
> equations (coming off fron a PDE once I truncate its
> Fourier series solution at the second order).
> Do you have any suggestions about how can I solve them?
> Any useful Matlab routine or if some of you has a good
> one...
> Many thanks,
> Francesco



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
roots Francesco 19 Oct, 2007 18:20:20
nonlinear Francesco 19 Oct, 2007 18:20:20
algebraic Francesco 19 Oct, 2007 18:20:20
equation Francesco 19 Oct, 2007 18:20:20
rssFeed for this Thread

envelope graphic E-mail this page to a colleague

Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.
Related Topics