> yes, i have the analytic _expression_ by a variable. i mean my function is
> like:
>
> function H = hessianMatrix(fx,x0)
>
> ...
>
> its ok?
>
>
> 2013/2/19 Juan Pablo Carbajal <
[hidden email]>
>>
>> On Tue, Feb 19, 2013 at 5:09 PM, tomasdome <
[hidden email]> wrote:
>> > hi, i'm trying to calculate the hessian matrix of a multivariable
>> > function
>> > (f(x,y,z,r) for example),
>> >
>> > how i can do it?
>> >
>> > i'm trying to make him with 2 for statements and the function "diff" but
>> > i
>> > think "diff" only accepts univariable functions like f(x).
>> >
>> > sorry , i'm a newbie in Octave
>> >
>> > thanks! :)
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> >
http://octave.1599824.n4.nabble.com/how-to-calculate-hessian-matrix-tp4649981.html
>> > Sent from the Octave - General mailing list archive at Nabble.com.
>> > _______________________________________________
>> > Help-octave mailing list
>> >
[hidden email]
>> >
https://mailman.cae.wisc.edu/listinfo/help-octave>>
>> 1. Do you have an analytic _expression_ for f(·)?
>> 2. If not, do you have a set of known values for f(·)? Where was the
>> function evaluated to get those values?
>
>