We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在式18后,原文中有一句话,“从这个式⼦也可以明显看出 w波浪 和 w* 是同号的。”
实际上上面这句话仅在 时成立,当小于等于时,需要另外考虑
下面和书中一样只讨论w*>0的情况,负数同理可证 当w波浪>0时,导数为正 当w波浪<0时,导数为负 所以当w波浪=0时取到最小值 这样才能解释为什么最后会有一个max
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在式18后,原文中有一句话,“从这个式⼦也可以明显看出 w波浪 和 w* 是同号的。”
实际上上面这句话仅在
时成立,当小于等于时,需要另外考虑
下面和书中一样只讨论w*>0的情况,负数同理可证
当w波浪>0时,导数为正
当w波浪<0时,导数为负
所以当w波浪=0时取到最小值
这样才能解释为什么最后会有一个max
The text was updated successfully, but these errors were encountered: