photo

Anthony Ming


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
82,973
of 301,213

評判
0

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

回答採用率
16.67%

獲得投票数
0

ランク
 of 21,191

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,422

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


not obtaining a correct answer
Hello, for some reason this golden section method to find the optimization guess, isnt giving the correct answer, its only doing...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


Trying to transfer this bisection to the golden ratio method
The output should be the imptimization guess. I am trying to convert this bisection method to the golden ratio method. I am not...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


My code isnt looping until answer is found
function [n] = NEWTON(x,err) f1=@(x)(-9*x^5-8*x^3+12); f2=@(x)(45*x^4-24*x^2); %use equation xne...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Bisectional method Not always giving correct roots
My code sometimes does not give correct roots? Sometimes it will and other times it wont depending on the boundaries, please let...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Needing help with using newton raphson method to find roots
I'm needing to make a function to determine the root of the function using Newton-Raphson method. with output being the root and...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Matlab taking a very long time to give output when my error limit is low
I am finding roots by the false position method. User inputs are upper and lower boundary (yu,yl) and error limit (err) It work...

約7年 前 | 1 件の回答 | 0

1

回答