Feeds
已回答
why do I get this answer
I meant this is the answer: how can i get the answer of each iteration 1 iteration y= -0.333 2 iteration y= -0.333 + 0.380...
why do I get this answer
I meant this is the answer: how can i get the answer of each iteration 1 iteration y= -0.333 2 iteration y= -0.333 + 0.380...
5 years 前 | 0
提问
why do I get this answer
this is my code: clc; clear all; close all; % Euler's Method a=160; Q=400; A=1200; t = 0:2.5:10; delt= t(2)-t(1); y = z...
5 years 前 | 3 个回答 | 0