photo

Bhumi Desai


Last seen: 4 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Having trouble in running this code. What should I do next?
% Assuming 'saveToFile' is already defined parts = 500; % Read data from the CSV file data = dlmread('2-2.csv', '\t', 1, ...

10 mois il y a | 1 réponse | 0

1

réponse

Réponse apportée
Solution of nonlinear ordinary differential equation of second order
A = 1; % Assumed syms y(x) Dy = diff(y); ode = diff(y,x, 2) == A*(x^4); cond1 = y(0) == 1; cond2 = y(1) == 1; conds = [con...

environ un an il y a | 0