photo

Griffin Murphy


Last seen: 4年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
255,868
of 301,428

評判
0

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

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,271

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,497

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


Trying to get my output to be 22 decimal places
%Murphy Griffin %ERG280-01 %December 3, 2021 function out=my_sin(x) xrad=x*pi/180; sign=1; n=1; total=0; fact=1; while ...

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

1

回答

質問


Figure out how much solution is needed to produce 12% 7 mil solution
This is a base level class, so if you do know the answer please answer it with that in mind.

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

0

回答

質問


plotting points on 0.5 steps
This is a base level class so if you do know the answer, if you could please write the code in base level that would be much app...

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

0

回答

質問


Tasked with solving the system of equations
solve the system of equations : 5x + 3y - 8z + 16w = -21 6x + 8z - 20w = 18 7x + 9y + 12z - 8w = 15 16y + 11z + 8w = 10

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

1

回答

質問


Tasked with solving for x
hw 4 : solve for x (7x^8 + 9x^7 - 6x^5 + 3x^3 - 4x +12.5 = 0)

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

1

回答

質問


translating and solving an equation with values of x and y known
m = 2*x.^3-2*y-sqrt((x-y.^3)./(1+(x-y)./(x.^2+3))+((sin(x./y*pi))+exp(y/3))) with x=3.53 and y=2.8 i get an answer of 82.3740...

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

1

回答

質問


please help me solve this and also tell me what i did wrong m=2x^3-2y-sqrt(x-y^3)/(1+(x-y)/(x^2+3))+sin(x/y*pi)+exp^(y/3)
m = 2*x.^3-2*y-sqrt(x-y.^3)./(1+(x-y)./(x.^2+3))+sin(x./y*pi)+exp(y/3)

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

1

回答