필터 지우기
필터 지우기

How to take log on both side of the equation.

조회 수: 5 (최근 30일)
Fahad Ramzan
Fahad Ramzan 2021년 6월 13일
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 to decalre variables as symbol
I(t) = Io*exp(-Mu*t);
ode = diff(V,t) == Mu.*N.*I(t) - Gamma.*V(t); %Equation Writing
cond = V(0) == Vo; %Initial condition
Solution_eq3 = dsolve(ode, cond) %Solution the the modified equation == Solution to the IVP
The answer i get to the solution_eq3 gives me an answer for which i would like to get a simplified expression by taking log.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by