photo

Geir


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

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

fast 11 Jahre vor | 0

Frage


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

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

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

fast 11 Jahre vor | 0

Frage


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

fast 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort