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.
通常の値であるかのように度単位で値を使用する方法を教えてもらえますか? 例:
x := 15deg `y := 4 * (x + 15)
y を 120 にしたいのです。
Ivan の回答を拡張すると、Mathcad は自動的に度をラジアンに変換するため、実際にはラジアンで表された 15 度を 15 (ラジアン) に追加します。Mathcad は通常、単位の不一致にフラグを立てますが、ラジアンは次元 1 (つまり、無次元) を持ち、Mathcad はそれらを (SI に従って) 単なる数値として扱います。
これは、うまくいけば、上記のより説明的な Mathcad バージョンです!