Maxima遇到Lisp错误:我不明白问题是什么

问题描述

我正在尝试在wxmaxima中做一个例子

  wxplot_size:[1024,768]$
wxanimate_framerate:2$
with_slider_draw(
   /* The parameter we want to assign to the slider and all values it can assume */
   R,Resistors,/* The thing we actually want to draw */
   key=concat("R=",float(R)," Ohm"),explicit(
    ev(Voltage(R,t)),t,20
   ),line_type=dots,color=black,key=concat("R=0.0 Ohm"),explicit(
       ev(Voltage(0,yrange=[-1,1],grid=true
)$

,出现以下错误。有人可以帮我吗?

Maxima encountered a Lisp error:
 Condition in CDR [or a callee]: INTERNAL-SIMPLE-TYPE-ERROR: |$Resistors| is not of type LIST: 
Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.

对不起,但是我不能将其作为代码 谢谢

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)