photo

Fahad Ramzan


Last seen: 대략 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Limit Approach to infinity
syms I(t) N Mu Gamma Vo V(t) %Used to decalre variables as symbol I(t) = Io*exp(-Mu*t); ode = diff(V,t) == Mu.*N.*I(t) - Gamm...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to take log on both side of the equation.
Am unable to take log on both side of the equation am wirting. %PART (b) ---> Equation 3 syms I(t) N Mu Gamma Vo V(t) %Used...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


Unable to take log on both sides of the equation
syms I(t) N Mu Gamma Vo V(t) %Used to decalre variables as symbol I(t) = Io*exp(-Mu*t); ode = diff(V,t) == Mu.*N.*I(t) - Gamm...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


Unable To Find Explicit Solution [Empty Syms]
syms I(t) Mu To %Used to decalre variables as symbol ode = diff(I,t) == -Mu.*I(t); %Equation Writing cond = T(0) == To; %I...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Replace a variable in differential equation with 0
I want to reduce this equation by having beta = 0. so that the terms having beta get removed. ((Lemda-((SigmaT(t)).*T))-BetaV(...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Replacing Variable in an ODE
syms T(t) ode = diff(T,t) == (Lemda-(Sigma.*T)); cond = T(0) == To; Solution = dsolve(ode, cond) ERRORS; (Not replacing wi...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Plotting General Solution Of Differential Equation
It's Giving Many Errors and not plotting the graph. Am unable to indentfy what to do next. The error are as following Error us...

대략 3년 전 | 답변 수: 2 | 0

2

답변

질문


how can i fix this error
clc; clear all dsolve('Dy = (10/3)*((x)*(y.^(2/5)))', 'y(0)=1') Error using symengine Invalid input. Expected 'expre...

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

1

답변

질문


Error R_tilde = builtin('subsref',L_tilde,Idx);
clc; clear all syms x y F(y) f(y)=(10./3).*((x).*(y.^(2./5))); eqn=diff(F(y))==f(y); cond = [y(0) == 4]; sol=vpa (dsolve...

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

1

답변