Unable to solve the collocation equations Fehlermeldung
MatheStud
Gast
Beiträge: ---
Anmeldedatum: ---
Wohnort: ---
Version: ---
Verfasst am: 03.10.2013, 00:23
Titel: Unable to solve the collocation equations Fehlermeldung
Hallo, ich habe folgendes Problem.
Ich bin ein absoluter Matlab Rookie und will ein RWP für ein Differentialgleichungssystem der Form
y'=a*y^2+b*y*z+a
z'=b*z^2+a*y*z+b
v'=y
w'=z
mit den Randwerten v(0)=v(L)=0 und w(0)=0 w(L)=L
lösen. Leider bekomme ich eine Fehlermeldung
Error using bvp4c (line 252)
Unable to solve the collocation equations -- a singular Jacobian encountered.
An was könnte es liegen ?
Code:
function Ricc_dglprobe
L=80;
function res = twobc(ya,yb,L)
res = [ ya(3); yb(3);ya(4); yb(4)-L];
Du kannst Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum posten Du kannst Dateien in diesem Forum herunterladen
MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, SimBiology, SimHydraulics, SimEvents, and xPC TargetBox are registered trademarks and The MathWorks, the L-shaped membrane logo, and Embedded MATLAB are trademarks of The MathWorks, Inc.