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 years 前 | 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 years 前 | 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...
5 years 前 | 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 = (...
5 years 前 | 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...
5 years 前 | 1 个回答 | 0
