Community Profile

photo

Ahmed Ali


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Spoken Languages:
Arabic

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


I'm trying to solve a system of differential equations using Euler's method, but I don't know what the problem is with my code. If you can correct me the problem
clear clc clf a= 0; b= 2; delta_x =0.5; y1 (1) = 4; y2 (1) = 6; n= (b-a)/delta_x + 1 ; x (1) = 0; funcl =@(yl) - ...

1 year ago | 1 answer | 0

1

answer

Answered
Hello All .I want a solution with a simple explanation
clc clear all S=0; H=0; N=input('input N='); for k=1:N for I=1:40000 f=I/10000; H(I)=(2/(pi*(2*k-1)))*sin((2...

2 years ago | 1

Question


Hello All .I want a solution with a simple explanation

2 years ago | 4 answers | 1

4

answers