photo

Fahad Ramzan


Last seen: presque 5 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

9 Questions
0 Réponses

RANG
90 661
of 301 379

RÉPUTATION
0

CONTRIBUTIONS
9 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 21 244

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 273

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 5 ans il y a | 1 réponse | 0

0

réponse

Question


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...

presque 5 ans il y a | 1 réponse | 0

0

réponse

Question


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...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


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(...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 5 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 5 ans il y a | 1 réponse | 0

1

réponse