Community Profile

photo

Kristian Torres


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Guidance setting up an example.
School Flu Epidemic Darrell W. Pepper Department of Mechanical Engineering University of Nevada Las Vegas Las Vegas NV USA STATE...

4 years ago | 1 answer | 0

1

answer

Question


Euler Method keep getting an error for tvec=zeros(N+1,1)
%Euler Method %Used to approximate f'(t,y)=y' y(1)=2 a=1; %left time endpoint b=2; %right end point N=10; % number odf step...

4 years ago | 0 answers | 0

0

answers

Question


Simpler way to write this scrip.
I wrote this script but its overcomplicated could someone give some advice how to simplify the scrip. 2. The question: Use a w...

4 years ago | 1 answer | 0

1

answer

Question


Easier ways to write this scipt.
clear; clc; balance = 1000;%initial deposit deposit = 500; %yearly deposit APR = 0.04; %interest rate years =[0:14]; %years...

4 years ago | 1 answer | 0

1

answer

Question


script for following problem
Use a for loop in MATLAB to determine how much money you would have at your bank account in 15 years if you deposit $1000 initia...

4 years ago | 0 answers | 0

0

answers