问题标签 [maxima]
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.
differential-equations - 绘制非线性微分方程的解
我在 Maxima 中有一个微分方程组。我正在尝试找出解决方案。
但我有一个错误:
fft - 您如何在最大值(计算机代数系统)中进行快速傅立叶变换?
我得到了连续傅里叶变换的基本概念,我对离散傅里叶变换有点模糊,而在快速傅里叶变换上仍然是模糊的。我想知道如何计算和解释最大值中某些函数的快速傅里叶变换(FFT)。例如,我将如何计算 sin(x) 的 FFT?我知道如何在 MATLAB 中执行此操作,但我不确定如何在 maxima 中执行此操作。
batch-file - 批处理中的最大值键盘输入
如果我在 wxMaxima 中复制并粘贴这些行
最后一行正确回答了 Maxima 询问参数是负数、零还是正数(解决方案取决于此)。
但是,如果我将相同的行放在文本文件中并使用batch
命令运行它,则最后一行不会作为答案,我必须从键盘手动输入。如何避免这种情况?
plot - 如何向implicit_plot 添加标记?
该图是由 Maxima 中的以下命令生成的。如何在给定坐标处添加点/标记?
我曾尝试添加[discrete, [[1.0,1.0], [1.0, 2.0]]]
到方程式列表中,但显然implicit_plot
无法处理它(可能是因为它不是方程式)。
maxima - 阻止最大值询问正数、负数或零
有没有办法告诉最大值一个表达式总是积极的?这是一个示例片段,它导致 maxima 询问表达式的问题sin(a)*x
:
wolfram-mathematica - (* ::Input:: *) 在mathematica中是什么意思
我目前正在尝试将代码从数学转换为maxima。我不断遇到 (* ::Input:: *)
,我不确定这意味着什么。我将不胜感激任何帮助。
wolfram-mathematica - 从 Mathematica 转换为最大值
我正在尝试将代码从 Mathematica 转换为 Maxima。代码大约300行,不是我写的,写的人评论不好。我想知道是否有人知道这样转换的程序?
我尝试了一个来自名为 mixima 的源代码伪造,但我无法让它运行。
最好的,本
loops - 千里马 For 循环
我正在尝试编写一个最大值循环,该循环将 i 通过值 1 到 21 进行迭代,对于 i 的每个单独值,变量 j 将通过值 1 到 21 进行迭代。在 j 的每个值处,将两者与每个值进行比较其他,如果我
wxmaxima 上什至什么都没有显示,它表现得好像没有看到这部分代码。有什么想法吗?
sage - Sage:Catch MACSYMA-QUIT 未定义
我的情况
当我在普通shell上使用sage.all
模块时,会在运行方法时引发错误,例如or:python
sage.all
solve
assume
运行assume
或solve
在sage
外壳(和预处理器)上运行就像它应该做的那样。
我的问题
我该怎么做才能sage.all
正常工作python
?
谢谢 - 如果我的问题有任何不清楚的地方,请发表评论。
function - Find ALL local maxima of a function
Hello everybody I try to find ALL the maxima of a function and plot the points where the maxima are.
The Function is:
Of course this is a 3D function but i satisfied also if someone give me a code to find all maxima with the 2D version of the function. I put a graph of the function.
AxesLabel->{"x","cost. di Jacobi"}]
I saw a similar post but with a more complex function so i can't understand how modify the code: https://mathematica.stackexchange.com/questions/5575/how-to-find-all-the-local-minima-maxima-in-a-range .
Some one can help me? Thanks.