photo

Griffin Murphy


Last seen: 4 years 前 自 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答