Statistics
MATLAB Answers
9 質問
0 回答
ランク
of 122,734
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Content Feed
質問
Solving a numeric equation matlab shows results with up to 32 decimals. How can I get this for the operation below for Exmpl? format longE for Exmpl. allows only 16 digits.
sd=1/((1/3)^(1/2))
4ヶ月 前 | 1 件の回答 | 0
1
回答質問
How do these Python commands have to look in Matlab to calculate A and B and show me the two results?
A = 10+10 B = A+10 print("A =",A) print("B =",B) --- will show me: --- A = 20 B = 30
4ヶ月 前 | 1 件の回答 | 0
1
回答質問
Is there a way to see and understand the steps of reduction while this equation gets solved for V? The result should be somewhere around 6. Thank you.
(65-(50-V))/((15-V*0.5)/(V*0.866)) == ((50-V)-((65/(((15-V*0.5)/(V*0.866))+(1.363)))*(1.363)))/((((((((50*2-(50-V))/3.05)*1.732...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
Is it at all possible to solve this equation algebraicly for V? How would the solution look? Thank you.
(K-(A-V))/((B-V*0.5)/(V*0.8660254037844386)) == ((A-V)-((K/(((B-V*0.5)/(V*0.8660254037844386))+(G)))*(G)))/((((((((A*2-(A-V))/F)...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
I am trying to get the commands right in fzero solve this equation for V but can't get out of error messages. What are the correct commands?
(650.4840847370483-(499.99999-V))/((150.4840947370483-V*0.5)/(V*0.8660254037844386))=((499.99999-V)-((650.4840847370483/(((150.4...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
I am trying to get started with fzero in matlab. Is there any tutorial to be found somewhere
fzero tutorial needed
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
How can I access and use fzero? Do I have to pay something, get a licence ... or?
x
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
Which solver can solve this equation for V. Result should be around 59. I tested the to halfs of the equation on python. Thank you for your directions in the first place.
(650.5-(500-V))/((150.5-V*0.5)/(V*0.8660254037844386)) = ((500-V)-((650.5/(((150.5-V*0.5)/(V*0.8660254037844386))+1.364))*1.36...
5ヶ月 前 | 2 件の回答 | 0
2
回答質問
I want this equation to be solved for V
((R+T)-(R-V))/((T-V*0.5)/(V*0.8660254037844386)) = ((R-V)-(((R+T)/(((T-V*0.5)/(V*0.8660254037844386))+((R+T)/((R^2-((R+T)R)^2)^(...
5ヶ月 前 | 0 件の回答 | 0