Estadística
8 Preguntas
2 Respuestas
CLASIFICACIÓN
178.296
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
12.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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
respuestaPregunta
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
respuestahow 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
respuestasPregunta
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
respuestasPregunta
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
respuestaPregunta
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
respuestasHow 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
respuestasPregunta
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