Statistik
RANG
178.305
of 295.527
REPUTATION
0
ANTWORTZUSTIMMUNG
12.5%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Euler's Method (Once again)
Hi! I am looking to solve the initial value problem: dy = y*cos(x) y(0) = 1
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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((...
etwa 11 Jahre vor | 1 Antwort | 0
1
Antworthow 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...
etwa 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...
etwa 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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. ...
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to make a script to calculate the sum described
100 ∑ i i=1 [EDITED, Jan, formatted, please apply a proper formatting]
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenHow can I make a function plot based on the values listed below?
Excellent!!
etwa 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 ...
etwa 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
etwa 11 Jahre vor | 1 Antwort | 0