Community Profile

photo

Abdullahi Abubakar


Last seen: fast 3 Jahre vor Aktiv seit 2021

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Exact solution of ode using matlab dy/dx=x^2+y^2 condition y(0)=0
 clear all clc close all syms y(x) ode=(diff(y,x)+((y))==(x^2)+(y^2) cond = y(0) ==1; ySol(x)=dsolve(ode,cond) ySol(x)= ...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort