问题标签 [wxmaxima]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
linear-equation - 有没有办法用千里马求解三元一阶方程?
我想知道关于最大值的三元一阶方程的求解语法。
例如;
F_A + F_C + F_E - 15 = 0;-F_A *0.4 + 15*0.2 m + F_E*0.4 = 0;F_C = 0.3*F_A + 0.3*F_E;
想知道如何获得解决方案 F_A、F_C、F _E?
integral - 绘制由参数积分定义的函数
我将绘制由参数积分定义的函数 f(x)
plot2d:表达式在绘图范围内的任何地方都计算为非数字值。
debugging - 调试模式:MACDOC;TRDEBG USAGE
我试图了解如何在 wxmaxima 中使用调试模式。在文档中指定了“有关更多信息,请参阅 MACDOC;TRDEBG 用法。请咨询 GJC 以获得更多帮助”。
我找不到对“MACDOC;TRDEBG USAGE”或“GJC”的引用。请问你能帮帮我吗?
maxima - 在 Maxima 中绘制函数
我正在尝试使用 wxdrawdf() 函数在 Maxima 中绘制两个函数(两个微分方程),我的代码是错误的,因为当我尝试运行它时出现以下错误
无法识别 2D 图形对象,*
我要绘制的两个函数是 (x^2-4)(y+2) 和 (x-1)(y^2-9) 我对 wxdrawf() 的实现是
coefficients - 泰勒级数展开最大值
如何扩展关于 Q=0 的泰勒级数/多项式,然后将系数提取为列表
例子 :
然后使用 coeff ((%o1), q ^n); 只给我 n 处的系数,我想要的是该表达式的所有系数的列表
lisp - "Heap exhausted, game over" message in wxMaxima - Does ccl will work for me?
everyone,
I'm trying to do some calculations and plot the results, but it seems that these are too heavy for Maxima. When I try to calculate N1 and N2 the program crashes when parameter j is too high or when I try to plot them, the program displays the following error message: "Heap exhausted, game over." What should I do? I've seen some people saying to try to compile Maxima with ccl, but I don't know how to do it or if it will work.
I usually receive error messages like:
Here goes the code:
maxima - 为什么千里马没有给出解决方案?
我在 Maxima 中有一个函数,我正在区分然后试图找到它为零的值。但是,当我使用solve() 时,我没有得到解决方案。为什么会这样,我该如何解决?
maxima - 泰勒级数最大值的系数矩阵
我正在尝试获得以下泰勒级数展开的系数矩阵
现在我有了泰勒展开式,我想要这个形式A[h;t] + b
。
这最后一步给出了错误。我怎样才能实现我的愿望?
symbolic-math - 在 Maxima 中使用letsimp进行简化,发生了什么?
这是一个带有最大值的简单会话,其中我试图简化(r-r0)=h
我在最后一部分期待这一点:
为什么最大值将(r-r0)替换为 r而不是h?Iv 按照其他问题中的说明尝试了letsimp和letrat:常见子表达式