photo

Busra Tabak


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
130,480
of 300,369

평판
0

참여
7 질문
0 답변

답변 채택
71.43%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Is there anyone to help me for Lagrange multipliers method?
A container with an open top is to have 10 m^3 capacity and be made of thin sheet metal. Calculate the dimensions of the box if ...

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


Can anyone check my code for ode45 function question?
function dz=f2(t,z) dz=[z(1)-z(2)^2*z(1)-z(2); z(1)]; t=[0 20]; initz=[1; 1]; [t,z]=ode45(@f2, t, initz); plot(t, z(...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


What is the minimum slope of y=x^3-9*x^2+15*x? matlab code
What is the minimum slope of y=x^3-9*x^2+15*x?

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


A wire of 3 m length is to be used to make a circile and a square. How should the wire be distributed between two shapes in order to minimize the sum of the enclosed areas?
Can anyone write matlab code of this question? A wire of 3 m length is to be used to make a circile and a square. How should th...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


Can anyone solve this? Find the shortest distance between the plane 3*x1+4*x2+x3=1 and the point (-1,1,1). (optimization problem?)
Find the shortest distance between the plane 3*x1+4*x2+x3=1 and the point (-1,1,1)

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


Can you solve this question? It is Euler method
The model of a nonisothermal batch reactor is given by dC/dt= -exp(-10./(T+273)).* C; dT/dt=1000*exp(-10./(T+273)).* C-10*(T-...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


I wrote this code and I got this error. (Warning: 8 equations in 4 variables. Warning: Explicit solution could not be found.) How can I fix it?
syms x1 x2 x3 r ll f=3*(x1+1)+4*(x2-1)+(x3-1); g=3*x1+4*x2+x3-1; L=f-r*g; gradL=gradient(L); [x1s x2s x3s rs]=solve(gradL==...

거의 7년 전 | 답변 수: 1 | 0

1

답변