help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using jacobs for multivariable equations?


From: Nir Krakauer
Subject: Re: Using jacobs for multivariable equations?
Date: Mon, 20 Oct 2014 15:08:52 -0400

Define x = [u v], so that u = x(1) and v = x(2):

f = @(x) [x(1)*(1-x(1)/0.2)-x(1)*x(2);1*(x(1)-1)*x(2)];

Df1=jacobs([0,0],f)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]