photo

Geir


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Euler's Method (Once again)
Hi! I am looking to solve the initial value problem: dy = y*cos(x) y(0) = 1

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can I use Newton's method to find the extremum with error < 10^-4 ?
f = @(x) 20.*exp(-(x-4).^4) + 6.*sin((pi./7).*x) + 0.4.*x + 20 ; df = -80.*exp(-(x-4).^4).*((x-4).^3) + ((6./7).*pi).*cos((...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Respondida
how can i construct the exact Taylor Polynomial of 4th degree around x = 2?
This will then be the correct? EDU>> taylor (exp(x./2)-2.*x.^2+x+10,x,2) I have to give syms x before it will accept the com...

alrededor de 11 años hace | 0

Pregunta


how can i construct the exact Taylor Polynomial of 4th degree around x = 2?
For the function f =@(x) exp(x./2)-2.*x.^2+x+10 how can i construct the exact Taylor Polynomial of 4th degree around x...

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to estimate derivative = 2?
I want to know how i can use, by knowing a set of x- and y-values, using formulas for finite difference from 1st to 4th degree. ...

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to make a script to calculate the sum described
100 ∑ i i=1 [EDITED, Jan, formatted, please apply a proper formatting]

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to proceed using finite difference formulas to estimate f^(k) (2) for k = 1, 2, 3, 4
How to proceed using finite difference formulas to estimate f^(k) (2) for k = 1, 2, 3, 4

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Respondida
How can I make a function plot based on the values listed below?
Excellent!!

alrededor de 11 años hace | 0

Pregunta


How can I make a function plot based on the values listed below?
X Y 0.00000000e+000 1.10000000e+001 2.00000000e-001 1.12251709e+001 4.00000000e-001 1.13014028e+001 ...

alrededor de 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


out = x; "Not enough input arguments"
Script: function out = g(x) %g(x) er en funksjon med delt forskrift out = x; n = length (x); for k=1:n i...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta