photo

Ahmed Ali


Last seen: plus d'un an il y a Actif depuis 2021

Followers: 0   Following: 0

Spoken Languages:
Arabic

Statistiques

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

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

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

1

réponse

Réponse apportée
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...

presque 3 ans il y a | 1

Question


Hello All .I want a solution with a simple explanation

presque 3 ans il y a | 4 réponses | 1

4

réponses