Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
225.382
of 301.464
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.292
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.642
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
How to include piecewise defined functions in bvp4c solver?
I am having trouble using the bvp4c with piecewise defined functions. I tested the code and it works fine when the piecewise def...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Help with ODEs in bvp4c
Hello! I am trying to solve a 2nd order ODE with bvp4c. The differential equation is like: a(x)+b(x)*d/dx(g(x)*dy/dx)=c(x),whe...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Help with plotting in a bvp4c solver
Hello! I am having trouble plotting a function in bvp4c. I managed to plot the solution of the ODE, but I would like to multipl...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Help in using bvp4c second order ODE.
I am trying to solve this equation: 9,81-2,5*y^2+1,75* θ2y^2/θx2=0,15 (bc: y(0)=0,y(1)=0) The problem is that y is squared. ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to solve a boundary value problem with piecewise defined differential equation?
I am trying to solve a boundary value problem: 1000*9.81*H(x)*0.001027+1000*F(x)/8*y(x)*y(x)+1000*0.07* H(x)*H(x)*(F(x)/8)^0....
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How to create a single function with a number of expressions?
I am looking for a way to create a function like: f(x)=5*x if 0<=x<=1 and f(x)=15 if 1<x<10 I want to include such func...
casi 10 años hace | 1 respuesta | 0
