help-gsl
[Top][All Lists]
Advanced

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

[Help-gsl] multidimensional root finding


From: Pawel Suchanecki
Subject: [Help-gsl] multidimensional root finding
Date: Sun, 14 Sep 2008 05:20:38 +0200

Hello!

I used following solvers to solve simple kinematics problem defined by
12 equations of 2nd order:

  gsl_multiroot_fsolver_hybrid,
  gsl_multiroot_fsolver_hybrids,
  gsl_multiroot_fdfsolver_gnewton,
  gsl_multiroot_fdfsolver_newton,
  gsl_multiroot_fdfsolver_hybridsj,
  gsl_multiroot_fdfsolver_hybrids,
  gsl_multiroot_fdfsolver_hybridj;

Only the last one produces the acceptable solution.

Can I use any other estimation methods than Rosenbrock's
(rosenbrock_f, rosenbrock_df)?

Where can I find this in source (I grep /usr/include/gsl for
"rosenbrock" on my GNU/Linux system and I can not find it)?

Thank you,

P.

-- 
Registered Linux user #145057, running Linux @ ARM / MIPS / PowerPC /
x86 / x86_64




reply via email to

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