필터 지우기
필터 지우기

How Can I solve this equation ?

조회 수: 2 (최근 30일)
Bajdar Nouredine
Bajdar Nouredine 2021년 8월 18일
편집: Wan Ji 2021년 8월 18일

채택된 답변

Wan Ji
Wan Ji 2021년 8월 18일
편집: Wan Ji 2021년 8월 18일
syms r t m rp
q = int(rp*sin(m*pi*r),rp,0,1); % the integral r prime from 0 to 1
V = symsum(exp(m*pi*t)*sin(m*pi*r)*q, m, 1, 10) % a summation
Finally, the V(r,t) obtained:
(exp(pi*t)*sin(pi*r)^2)/2 + (exp(2*pi*t)*sin(2*pi*r)^2)/2 + (exp(3*pi*t)*sin(3*pi*r)^2)/2 + (exp(4*pi*t)*sin(4*pi*r)^2)/2 + (exp(5*pi*t)*sin(5*pi*r)^2)/2 + (exp(6*pi*t)*sin(6*pi*r)^2)/2 + (exp(7*pi*t)*sin(7*pi*r)^2)/2 + (exp(8*pi*t)*sin(8*pi*r)^2)/2 + (exp(9*pi*t)*sin(9*pi*r)^2)/2 + (exp(10*pi*t)*sin(10*pi*r)^2)/2

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by