Community Profile

James T


Aktiv seit 2017

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


I am not seeing what is wrong with my code, I've checked doc and help.
function [ root, error_bound ] = bisection(f, a0, b0, ep, max_iterate) %function bisection(f, a0, b0, ep, max_iterate) %...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I write the function to derive an nth taylor polynomial?
function y = nthTaylorPolyExp( n, x ) %y = nthTaylorPolyExp( n, x )is a function that returns 3rd Taylor polynomial of ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I dont know how to script this operation.
function s = sumUp(X) %Simple function in MATLAB. % s=sumUp(x) is a function that returns s given s=Sigma(X(i)...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort