3

我正在尝试解决 A 的几个方程,如下面的一个,但继续得到错误“命令行(1):达到最大评估堆栈深度。请根据需要使用 MaxEvalDepth 来增加堆栈大小。”

我似乎无法找到有关如何在 Yacas 程序之外增加 MaxEvalDepth 的信息。我将不胜感激一些帮助!

library(Ryacas)

yac_str("Solve((((SI - 4.5) * (1 - exp(-1 * exp (b0 + (b1 * ln(SI - 4.5)) + (b2 * ln(A))))) / (1 - exp(-1 * exp (b0 + (b1 * ln(SI - 4.5)) + (b2 * ln(50)))))) + 4.5) * 1.05 ==H, A)")

Error in yac_core(x) : 
  Yacas returned this error: CommandLine(1) : Max evaluation stack depth reached.
Please use MaxEvalDepth to increase the stack size as needed.
4

0 回答 0