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]
Using jacobs for multivariable equations?
,
tessaract87
,
2014/10/20
Re: Using jacobs for multivariable equations?
,
Nir Krakauer
<=
Prev by Date:
Using jacobs for multivariable equations?
Next by Date:
Re: Plots inside GUI window?
Previous by thread:
Using jacobs for multivariable equations?
Next by thread:
pkg install -forge control doesn't work on Windows binaries
Index(es):
Date
Thread