問題タブ [wolfram-language]

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.

0 投票する
1 に答える
215 参照

wolfram-mathematica - Dynamic Manipulate function in Wolfram?

I am writing a demonstration for a digital GUI for analog filter design. Since demonstrations only allows for one Manipulate function, is there any way to dynamically update my Manipulate controls?

E.x. I have 4 different filter types (Lowpass, Highpass, Bandpass, Bandstop), the former two only require two frequency inputs while the latter two require four frequency inputs. Is there a way to switch between two Manipulate sliders and four based on which mode was selected without nesting Manipulates? Alternatively can I have all four and grey out two when they are not needed?

0 投票する
1 に答える
171 参照

wolfram-mathematica - Wolfram 言語の式の AST を取得できますか?

Mathematica では、FullFormまたはTreeFormまたはを使用Developer'WriteExpressionJSONStringして、指定された式の構文の詳細を取得します。任意の式の完全な AST (抽象構文ツリー) を取得するにはどうすればよいですか? たとえば、そのような機能はありますtoAST

toAST["a +b c\nSin[%];"]

次のような結果が得られます。

0 投票する
1 に答える
69 参照

math - Wolframの機能「積分」の原理とは

「Wolframは標準原理を使用して積分を計算します」と書かれています

どういう意味ですか?

0 投票する
0 に答える
42 参照

symbols - 文字列とフロートを入力として受け取る sympy 関数を作成できますか?

Wolfram言語から来た私は、緩い方法で何かを定義できると期待しています。そのため、ここのように 2.0(1)、シンボルを乗算するために文字列を配置している関数で、浮動小数点数と文字列を常に同じ意味で使用できます。x

私はsympyで同じことをするのに苦労しています。誰かアイデアがありますか?

私はこれを行うことができますが、関数に入れることはできません

PSこれに関連して、セル内のすべての変数をシンボルと見なすようなものをsympyに伝える方法があれば、私がしたいすべての変数を宣言する必要がなく(非常に面倒です)、本当に素晴らしいと思いましたシンボルとして扱われます。