用户在 MATLAB 的 lsqnonlin 中定义雅可比行列式

发布于 2024-11-06 02:09:10 字数 252 浏览 8 评论 0原文

当使用 MATLAB 的 lsqnonlin 函数时,我试图为用户提供-定义的雅可比矩阵,如文档中所述。

lsqnonlin 中使用的目标函数的输出应该是一个非平方值的向量,当平方和求和时,它给出能量。但是,雅可比行列式应该是平方值还是非平方值的偏导数?

When using MATLAB's lsqnonlin function, I am trying to give a user-defined Jacobian matrix, as described in the documentation.

The output of the objective function used in lsqnonlin should be a vector of unsquared values, which, when squared and summed, give the energy. However, should the Jacobian be the partial derivates of the squared or unsquared values?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暗恋未遂 2024-11-13 02:09:10

非平方值是正确的。

The unsquared values is correct.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文