What can I use as a Plus or Minus sign?
1 回表示 (過去 30 日間)
古いコメントを表示
In this equation I can't figure out how to make the + into a plus or minus sign to get both answers other than doing it twice with s1 and s2 instead of s.
s=(-800/(2*.1))+(sqrt(((800/(.1*2))^2)-(1/(.1*.000001))));
0 件のコメント
採用された回答
Joseph Cheng
2015 年 9 月 22 日
s=(-800/(2*.1))+[1 -1]*(sqrt(((800/(.1*2))^2)-(1/(.1*.000001))))
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!