photo

Elle Rae


Last seen: 거의 4년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

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

1

답변