photo

adam puchalski


Last seen: 3年弱 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
271,557
of 300,863

評判
0

コントリビューション
5 質問
0 回答

回答採用率
40.0%

獲得投票数
0

ランク
 of 21,100

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


I am trying use shooter's method to solve a second order differential equation
I am trying to loop and find the best value for curvature (im trying to find this) and will later put this in, but essentially I...

3年以上 前 | 0 件の回答 | 0

0

回答

質問


Looking to solve this integral with variable bounds
%variables F = .00024; %kg E = 10^6; %mPa I = 6.1*10^-9; %kg m^2 L = .01; %m %solve for Theta sub 0 func = @(OO) L/sqrt((E...

3年以上 前 | 0 件の回答 | 0

0

回答

質問


I am trying to solve for OS here, but keeping getting pi/2 even when I change L
%variables F = .00024; %kg E = 10^6; %mPa I = 6.1*10^-9; %kg m^2 L = .01; %m %solve for Theta sub 0 func = @(initial) L/...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


I want to integrate this function but I keep getting errors
Here is the code func = @(initial) L/sqrt((E*I)/(2*F)) - integral(@(theta)1./sqrt(cos(initial)-cos(theta)),initial,pi/2); OS...

3年以上 前 | 2 件の回答 | 0

2

回答

質問


Integrating this function and trying to solve for a variable displays errors!
Here is the code with the error: syms initial theta ints = int(1/sqrt(cos(initial)-cos(theta)),initial,pi/2); func = L/sqr...

3年以上 前 | 1 件の回答 | 0

1

回答