Find an approximate minimum value of the function


f <- function (x) x[1]^2 + x[
本文介绍了如何运用R语言找到一个二元函数的近似最小值。通过示例,展示当X为0.333,Y为1.333时,函数的最小值为-2.333。
Find an approximate minimum value of the function


f <- function (x) x[1]^2 + x[

被折叠的 条评论
为什么被折叠?
