Community Profile

photo

Griffin Murphy


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 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 ...

2년 초과 전 | 답변 수: 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.

2년 초과 전 | 답변 수: 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...

2년 초과 전 | 답변 수: 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

2년 초과 전 | 답변 수: 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)

2년 초과 전 | 답변 수: 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...

2년 초과 전 | 답변 수: 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)

2년 초과 전 | 답변 수: 1 | 0

1

답변