![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20874987_1614903312213.jpg)
Elle Rae
Followers: 0 Following: 0
Feeds
질문
Integration using trapz method
I need to integrate the following function using the trapz method in MATLAB and keep getting errors: here is my code: d = 30...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
errors using Numerical Integration
I am trying to find the integral of the following function y = @(x) 1/(sqrt(1+x.^4)); %function a = -1; b = 1; %limits x ...
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
Trouble plotting solution to two 2nd order ODEs using forward Euler method
I have to graph the solution to two two-dimensional projectile motion including air resistance (drag) 2nd order ODEs that have...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Solving a linear system of 1st order ODEs using the Forward Euler method and ode45
I need to solve a linear system of 1st order ODEs using the Forward Euler method and ode45. The equations to solve: dxdt = (...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
While loop for Taylor Series to approximate e^2.7
I need to make a while loop for a Taylor series in order to approximate e^(2.7). This is what I've been trying clear; clc su...
거의 4년 전 | 답변 수: 1 | 0