Community Profile

photo

Elle Rae


Last seen: ungefär 3 år ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


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 ...

ungefär 3 år ago | 2 answers | 0

2

answers

Question


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...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


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 = (...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 3 år ago | 1 answer | 0

1

answer