Statistiques
4 Questions
0 Réponses
RANG
153 869
of 301 723
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
0
RANG
of 21 401
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 250
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Can you use bvp4c in cylindrical coordinates?
Hello, I have a short MATLAB program from a previous question: <http://www.mathworks.com/matlabcentral/answers/2060-how-woul...
presque 15 ans il y a | 1 réponse | 0
0
réponseQuestion
How well can MATLAB solve systems of nonlinear equations?
I realize this is a relative question since some systems of nonlinear equations are probably much more difficult to solve than o...
environ 15 ans il y a | 1 réponse | 0
1
réponseQuestion
What does _mlans24 mean when using the symbolic toolkit?
If I do the following, I get an interesting error. What I'm trying is directly out of the documentation. EDU>> syms x EDU>>...
environ 15 ans il y a | 1 réponse | 0
1
réponseQuestion
How would I solve y'' = sinh(y) using finite differences?
Hello, I've tried a few things like: N = 50; A = toeplitz([2 -1 zeros(1, N-2)]); x = linspace(-1, 1, N)'; y =...
environ 15 ans il y a | 1 réponse | 0
