問題タブ [mathcad]
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.
python - 逆導積分
図1 (またはコードの 18 ~ 19 行目) に示されている積分を Python で実装する方法を教えてください。
sympy.integrate を試しましたが失敗しました - ValueError: 無効な制限が指定されました: (20.665,)
mathcad - mathcadで「ソルブ」を使用して方程式を変数に変換する方法は?
(タイトルが言ったように) mathcad で「ソルブ」を使用して方程式を変数に変換する方法を知りたいですか? 「解決」がなぜかうまくいかないからです。誰かがそれがどのように行われたかを教えていただければ幸いです。
excel - Mathcad automation in Excel
I would like to automate some computations done via mathcad (v15) within excel. A first solution (that works) is to add a new empty OLE object (mathcad document) and to the select the mathcad file we want to embed. Then it is possible to exchange data with mathcad using VBA.
However I would like to separate the mathcad file and the excel file.
I tried to add an object from a file and to link it (in the insert object dialog, by selecting create from file and link it to file). When I run my macro, I have the following message: "unable to get object property of oleobject class" (or something like this I use french version of Excel).
Here is my piece of code:
Does anyone has any idea on how to solve this?
Bests