用户在 MATLAB 的 lsqnonlin 中定义雅可比行列式
当使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
非平方值是正确的。
The unsquared values is correct.