How to simplify unit fractions?
5 ビュー (過去 30 日間)
古いコメントを表示
u1 = symunit;
u2 = symunit;
x=2*u1.meter;
y=5*u2.millimeter;
frac=x/y
double(frac)
Results in
frac =
(2/5)*([m]/[mm])
Error using symengine
Unable to convert expression into double array.
Error in sym/double (line 700)
Xstr = mupadmex('symobj::double', S.s, 0);
But should result in
frac =
400
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!