[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Trouble with jacobs function
From: |
tessaract87 |
Subject: |
Trouble with jacobs function |
Date: |
Wed, 15 Oct 2014 10:55:47 -0700 (PDT) |
Hi all,
I'm fairly new to Octave, and today I installed the Octave optim package so
I could use jacobs, a function to compute the Jacobian of given set of
equations (for the purposes of doing stability analyses on ODEs). However,
when I tried running the sample suggested in the function reference page,
octave:1> f = @(x) [x(1)^2 + x(2); x(2)*exp(x(1))];
octave:2> Df = jacobs([1,2],f);
It just returned
error: 'jacobs' undefined near line 1 column 6
Further experimentation seems to suggest that *none* of the optim functions
are being recognized.
Is there something I'm doing wrong, or is this a bug?
Thank you!
Tessa
--
View this message in context:
http://octave.1599824.n4.nabble.com/Trouble-with-jacobs-function-tp4666983.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Trouble with jacobs function,
tessaract87 <=