photo

jamila nizamani


2014년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: mathtoolbox

통계

MATLAB Answers

3 질문
0 답변

순위
195,171
of 301,835

평판
0

참여
3 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,427

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,816

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


hi, i need your help, y''=xy, y(0)=0 and y(0)=1 this second order DE i can solve in power series method i got recurrence relation
I can already solve center moving series, but how I can solve 50 and 100 order power series with plot. This is my code: ...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


y''=xy, y(0)=0, y'(0)=1, (Airy equation) step size h=0.05 and interval is [-10,2], this is system of ode, i can already solve runge kutta method but also i need airy solution i can try but not make correct graph please help me...
y''=xy, y(0)=0, y'(0)=1, (Airy equation) step size h=0.05 and interval is [-10,2], this is system of ode, I can already solve ru...

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


i can try The system of ODE's y''=xy, y(0)=0, y'(0)=1 solve in runge kutta method, h=0.05 and interval is [-10 2]
function [x, u]= RK4_sys12(f, tspan, u0, n) a=tspan(1); b=tspan(2); h=(b-a)/n; x=(a:h:b)'; u(1,:)=u0; for i...

거의 12년 전 | 답변 수: 0 | 0

0

답변