Community Profile

photo

Nathan Tosh


University of Tennessee Knoxville

Active since 2015

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Attempted to access t(3); index out of bounds because numel(t)=2. Error in Project_1c (line 17) t(n+1)=t(n)-f(n).*((t(n+1)-t(n))/(f(n+1)-f(n)));
clc; clear all; close all; f=@(t)(sin((pi)*t).*exp(-t)); t1=linspace(-1,5,100); f1=f(t1); plot(t1,f1) ...

8 years ago | 1 answer | 0

1

answer

Question


I really need help coding this, can someone please help me?
Function: z(t)=sin((pi)*t)*exp(-t) Using the secant method matlab code (with while loop) find the location of the points wher...

8 years ago | 0 answers | 0

0

answers