Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JScience を使用してベクトルを含むシンボリック変数/関数を作成するにはどうすればよいですか? float 変数の作成は簡単です。
Variable<Float64> varX = Variable.local<Float64>("x");
ベクトルに対して同じことを行うにはどうすればよいですか? ベクトル変数を取得したら、Polynomialそのベクトルを含むものを作成するにはどうすればよいですか (たとえば、ユークリッド距離を使用して)。
Polynomial